This repository was archived by the owner on Feb 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed
image_picker_platform_interface Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 2.2.0
2
+
3
+ * Add ` forceFullMetadata ` option to ` pickImage ` .
4
+ * To keep this non-breaking ` forceFullMetadata ` defaults to ` true ` , so the plugin tries
5
+ to get the full image metadata which may require extra permission requests on certain platforms.
6
+ * If ` forceFullMetadata ` is set to ` false ` , the plugin fetches the image in a way that reduces
7
+ permission requests from the platform (e.g on iOS the plugin won’t ask for the ` NSPhotoLibraryUsageDescription ` permission).
8
+
1
9
## 2.1.3
2
10
3
11
* Add ` implements ` to pubspec.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: image_picker_for_web
2
2
description : Web platform implementation of image_picker
3
3
repository : https://github.com/flutter/plugins/tree/master/packages/image_picker/image_picker_for_web
4
4
issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+image_picker%22
5
- version : 2.1.3
5
+ version : 2.2.0
6
6
7
7
environment :
8
8
sdk : " >=2.12.0 <3.0.0"
Original file line number Diff line number Diff line change 1
- ## 2.3.1
1
+ ## 2.4.0
2
2
3
3
* Add ` forceFullMetadata ` option to ` pickImage ` .
4
4
* To keep this non-breaking ` forceFullMetadata ` defaults to ` true ` , so the plugin tries
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ repository: https://github.com/flutter/plugins/tree/master/packages/image_picker
4
4
issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+image_picker%22
5
5
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
6
6
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
7
- version : 2.3.1
7
+ version : 2.4.0
8
8
9
9
environment :
10
10
sdk : " >=2.12.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments