File tree 6 files changed +15
-5
lines changed
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
+
1
5
## 1.1.0
2
6
3
7
* 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.
95
95
96
96
#### Android Photo Picker
97
97
98
- This package has optional
98
+ On Android 13 and above this package uses the
99
99
[ 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.
101
101
[ Learn how to use it] ( https://pub.dev/packages/image_picker_android ) .
102
102
103
103
#### 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
3
3
library, and taking new pictures with the camera.
4
4
repository : https://github.com/flutter/packages/tree/main/packages/image_picker/image_picker
5
5
issue_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
7
7
8
8
environment :
9
9
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
+
1
5
## 0.8.10
2
6
3
7
* 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.
15
15
16
16
## Photo Picker
17
17
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.
19
21
20
22
To use this feature, add the following code to your app before calling any ` image_picker ` APIs:
21
23
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: image_picker_android
2
2
description : Android implementation of the image_picker plugin.
3
3
repository : https://github.com/flutter/packages/tree/main/packages/image_picker/image_picker_android
4
4
issue_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
6
6
7
7
environment :
8
8
sdk : ^3.3.0
You can’t perform that action at this time.
0 commit comments