docs(localization): add flutter docs link
This commit is contained in:
@@ -32,7 +32,8 @@ You should then run `flutter packages get`
|
||||
|
||||
### Usage
|
||||
|
||||
Flutter generally and the Stream Chat SDK will use the system locale of the users device, if that locale is supported (see below), if the locale is not supported we will default to `en`
|
||||
Flutter generally and the Stream Chat SDK will use the system locale of the users device, if that locale is supported (see below), if the locale is not supported we will default to `en`.
|
||||
Make sure to read more about localization in the [official Flutter docs](https://flutter.dev/docs/development/accessibility-and-localization/internationalization).
|
||||
|
||||
```dart
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
Reference in New Issue
Block a user