minor update of README file

This commit is contained in:
Miguel Ruivo 2018-12-06 16:11:46 +00:00
parent 8e68ab0b31
commit 06786333b9
2 changed files with 6 additions and 2 deletions

View File

@ -1,8 +1,12 @@
## 1.0.2
* Minor update of README file.
## 1.0.1
* Adds comments for public API
## 1.0.1
## 1.0.0
* **Version 1.0** release.
* Adds support for ANY and VIDEO files.

View File

@ -7,7 +7,7 @@ File picker plugin alows you to use a native file explorer to load absolute file
First, add *file_picker* as a dependency in [your pubspec.yaml file](https://flutter.io/platform-plugins/).
```
file_picker: ^1.0
file_picker: ^1.0.2
```
## Android
Add `<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />` to your app `AndroidManifest.xml` file.