From 31fe52d9faa2b5829731dc534156f88ea69bacb8 Mon Sep 17 00:00:00 2001 From: Miguel Ruivo Date: Sun, 21 Apr 2019 02:08:58 +0100 Subject: [PATCH] Beta (#73) * If file not choosen getFile() should return null * minor fix * fixes an issue where sometimes getFilePath could return a List instead of a String * minor fixes * Update README.md * Fix for background activities trying to register the plugin (#66) * Beta (#55) * If picker is canceled in `getFile()`, it should return `null` * Beta (#60) * Added a check to registerWith to prevent background flutter view from trying to register the plugin, as there won't be any activity. * 1.3.3 > 1.3.4 * removes a build.gradle depdency that should't have been added in the last commit --- CHANGELOG.md | 4 ++++ README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3652ff7..31e2353 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.3.4+1 + +**Rollback:** Removes a local dependency that shouldn't have been committed with `1.3.4` which would cause Android build to fail. + ## 1.3.4 **Bug fix:** Protects the `registrar.activity()` in the Android side of being accessed when it's `null`. diff --git a/README.md b/README.md index 4c5541f..dbdcbc5 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ A package that allows you to use a native file explorer to pick single or multip First, add *file_picker* as a dependency in [your pubspec.yaml file](https://flutter.io/platform-plugins/). ``` -file_picker: ^1.3.4 +file_picker: ^1.3.4+1 ``` ### Android Add diff --git a/pubspec.yaml b/pubspec.yaml index 9ec337f..ddbe616 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: file_picker description: A package that allows you to use a native file explorer to pick single or multiple absolute file paths, with extensions filtering support. author: Miguel Ruivo homepage: https://github.com/miguelpruivo/plugins_flutter_file_picker -version: 1.3.4 +version: 1.3.4+1 dependencies: flutter: