1.1.1 > 1.2.0

This commit is contained in:
Miguel Ruivo 2019-02-12 11:56:19 +00:00
parent 335f0e5b4e
commit 52756b1a38
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,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.1.1
file_picker: ^1.2.0
```
## Android
Add `<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>` to your app `AndroidManifest.xml` file.

View File

@ -1,6 +1,6 @@
name: file_picker
description: A plugin that allows you to pick absolute paths from diferent file types.
version: 1.1.1
version: 1.2.0
author: Miguel Ruivo <miguelpruivo@outlook.com>
homepage: https://github.com/miguelpruivo/plugins_flutter_file_picker