File tree Expand file tree Collapse file tree 6 files changed +15
-5
lines changed Expand file tree Collapse file tree 6 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 1+ ## 1.1.1
2+
3+ * Updates documentation to note that Android Photo Picker use is not optional on Android 13+.
4+
15## 1.1.0
26
37* Adds limit parameter to ` MediaOptions ` and ` MultiImagePickerOptions ` which limits
Original file line number Diff line number Diff line change @@ -95,9 +95,9 @@ responsibility to move it to a more permanent location.
9595
9696#### Android Photo Picker
9797
98- This package has optional
98+ On Android 13 and above this package uses the
9999[ Android Photo Picker] ( https://developer.android.com/training/data-storage/shared/photopicker )
100- functionality.
100+ . On Android 12 and below use of Android Photo Picker is optional.
101101[ Learn how to use it] ( https://pub.dev/packages/image_picker_android ) .
102102
103103#### Using ` launchMode: singleInstance `
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: Flutter plugin for selecting images from the Android and iOS image
33 library, and taking new pictures with the camera.
44repository : https://github.com/flutter/packages/tree/main/packages/image_picker/image_picker
55issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+image_picker%22
6- version : 1.1.0
6+ version : 1.1.1
77
88environment :
99 sdk : ^3.3.0
Original file line number Diff line number Diff line change 1+ ## 0.8.11
2+
3+ * Updates documentation to note that Android Photo Picker use is not optional on Android 13+.
4+
15## 0.8.10
26
37* Adds limit parameter to ` MediaOptions ` and ` MultiImagePickerOptions ` that sets a limit to how many media or image items can be selected.
Original file line number Diff line number Diff line change @@ -15,7 +15,9 @@ should add it to your `pubspec.yaml` as usual.
1515
1616## Photo Picker
1717
18- This package has optional Android Photo Picker functionality.
18+ On Android 13 and above this packages uses the Android Photo Picker.
19+
20+ On Android 12 and below this package has optional Android Photo Picker functionality.
1921
2022To use this feature, add the following code to your app before calling any ` image_picker ` APIs:
2123
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: image_picker_android
22description : Android implementation of the image_picker plugin.
33repository : https://github.com/flutter/packages/tree/main/packages/image_picker/image_picker_android
44issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+image_picker%22
5- version : 0.8.10
5+ version : 0.8.11
66
77environment :
88 sdk : ^3.3.0
You can’t perform that action at this time.
0 commit comments