Merge branch 'master' into feature/offline

This commit is contained in:
Salvatore Giordano
2020-03-16 11:13:25 +01:00
+12 -1
View File
@@ -26,7 +26,7 @@ It teaches you how to use this SDK and also shows how to make common changes.
This repo includes a fully functional example app with setup instructions.
The example is available under the [example](https://github.com/GetStream/stream-chat-flutter/tree/master/example) folder.
### Add dependency
## Add dependency
```yaml
dependencies:
@@ -35,6 +35,17 @@ dependencies:
You should then run `flutter packages get`
### Android
All set ✅
### iOS
The library uses [flutter file picker plugin](https://github.com/miguelpruivo/flutter_file_picker) to pick
files from the os.
Follow [this wiki](https://github.com/miguelpruivo/flutter_file_picker) to fulfill iOS requirements.
## Docs
### Business logic components