From e332e2085d639e1d05e9e238f8f4cc15b1cb6966 Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Mon, 16 Mar 2020 11:11:45 +0100 Subject: [PATCH] update master with file picker instructions --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 195a3789..912ebe51 100644 --- a/README.md +++ b/README.md @@ -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