docs(localization): add flutter docs link

This commit is contained in:
Salvatore Giordano
2021-07-29 11:28:22 +02:00
parent 87dcaa3bf0
commit 48d1eecf8c
@@ -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';