Skip to content

Commit

Permalink
- release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kinex committed May 2, 2021
1 parent 79f880e commit 4094803
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 2.1.0

[iOS] Fixed #14 FlutterFileDialog.pickFile doesn't return value if picker is slid down
[iOS] Fixed issue with relative paths in saveFile
[Android] #12 Added a new parameter OpenFileDialogParams.copyFileToCacheDir (Android only)
[Android] Updated compileSdkVersion and targetSdkVersion to 30

## 2.0.0

- null safety
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: flutter_file_dialog
description: Dialogs for picking and saving files in Android and in iOS.
version: 2.0.0
version: 2.1.0
homepage: https://github.com/kineapps/flutter_file_dialog
repository: https://github.com/kineapps/flutter_file_dialog

environment:
sdk: '>=2.12.0-259.12.beta <3.0.0'
sdk: '>=2.12.0 <3.0.0'
flutter: ">=1.12.0"

dependencies:
Expand Down

0 comments on commit 4094803

Please sign in to comment.