Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9260f6c

Browse files
author
Arjan Mels
committed
Increased version and updated changelog
1 parent 198b875 commit 9260f6c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 4.6.0
2+
3+
#### iOS
4+
Add conditional compilation of media, audio and document pickers for iOS.
5+
This prevents error messages for permissions (NSPhotoLibraryUsageDescription, NSAppleMusicUsageDescription, etc.) when publishing to app store connect, in case you don't need either category. This addresses [#783](https://github.com/miguelpruivo/flutter_file_picker/issues/783) in a different way.
6+
17
## 4.5.0
28

39
#### Desktop (Windows)

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: A package that allows you to use a native file explorer to pick sin
33
homepage: https://github.com/miguelpruivo/plugins_flutter_file_picker
44
repository: https://github.com/miguelpruivo/flutter_file_picker
55
issue_tracker: https://github.com/miguelpruivo/flutter_file_picker/issues
6-
version: 4.5.0
6+
version: 4.6.0
77

88
dependencies:
99
flutter:

0 commit comments

Comments
 (0)