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+
19## 2.1.3
210
311* Add ` implements ` to pubspec.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: image_picker_for_web
22description : Web platform implementation of image_picker
33repository : https://github.com/flutter/plugins/tree/master/packages/image_picker/image_picker_for_web
44issue_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
66
77environment :
88 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
22
33* Add ` forceFullMetadata ` option to ` pickImage ` .
44 * 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
44issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+image_picker%22
55# NOTE: We strongly prefer non-breaking changes, even at the expense of a
66# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
7- version : 2.3.1
7+ version : 2.4.0
88
99environment :
1010 sdk : " >=2.12.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments