diff --git a/CHANGELOG.md b/CHANGELOG.md index edc1ef02..28fb1ea1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 4.6.2 + +This version will keep use sdk version ">=2.12.0 <3.0.0" + +#### Android +- Fixes issue with caching on android +- Files will be retrieved without caching to avoid delay (Only cached if paths cannot be retrieved directly ) + ## 4.6.1 #### iOS diff --git a/pubspec.yaml b/pubspec.yaml index fbd62c9f..370a8ddd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: A package that allows you to use a native file explorer to pick sin homepage: https://github.com/miguelpruivo/plugins_flutter_file_picker repository: https://github.com/miguelpruivo/flutter_file_picker issue_tracker: https://github.com/miguelpruivo/flutter_file_picker/issues -version: 4.6.1 +version: 4.6.2 dependencies: flutter: