From 11dca36fa02849529c30b6c35107b91f7a45ebb3 Mon Sep 17 00:00:00 2001 From: Adityo Pratama Date: Mon, 31 Oct 2022 11:49:13 +0700 Subject: [PATCH] bump version --- CHANGELOG.md | 8 ++++++++ pubspec.yaml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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: