diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fad94a8..1999f9a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 8.1.4 +### iOS +- Fixes a crash when sometimes user swipe the modal down and call it again. [1357](https://github.com/miguelpruivo/flutter_file_picker/issues/1357) + ## 8.1.3 ### Android - Fixes a null object reference error [#1604](https://github.com/miguelpruivo/flutter_file_picker/issues/1604) diff --git a/pubspec.yaml b/pubspec.yaml index 6624f78c..360145ca 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: 8.1.3 +version: 8.1.4 dependencies: flutter: