Skip to content

Commit

Permalink
Removes READ_EXTERNAL_STORAGE on Android (SDK 33+), updates windows d…
Browse files Browse the repository at this point in the history
…ependencies and addresses an issue with iOS live photos
  • Loading branch information
Miguel Ruivo committed Sep 15, 2022
1 parent e46687d commit b7b2728
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
## 5.1.0
#### Desktop (Windows)
Update Dependencies to latest versions (Win32 2.7.0 to 3.0.0)
- Update Dependencies to latest versions (Win32 2.7.0 to 3.0.0). (Thank you @ishangavidusha)
- Set default dialog title to empty. (Thank you @whuhewei)

#### iOS
Fixes an issue when picking live photos. (Thank you @nagibazad)

#### Android
Removes READ_EXTERNAL_STORAGE on SDKs targeting 33 or above. (Thank you @alexmercerind)

## 5.0.1
#### Android
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: 5.0.1
version: 5.1.0

dependencies:
flutter:
Expand Down

0 comments on commit b7b2728

Please sign in to comment.