We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4b151d commit 8669b6dCopy full SHA for 8669b6d
packages/image_picker/image_picker_ios/CHANGELOG.md
@@ -1,5 +1,6 @@
1
-## NEXT
+## 0.8.12+2
2
3
+* Removes the need for user permissions to pick an image on iOS 14+.
4
* Updates minimum supported SDK version to Flutter 3.22/Dart 3.4.
5
6
## 0.8.12+1
packages/image_picker/image_picker_ios/pubspec.yaml
@@ -2,7 +2,7 @@ name: image_picker_ios
description: iOS implementation of the image_picker plugin.
repository: https://github.com/flutter/packages/tree/main/packages/image_picker/image_picker_ios
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+image_picker%22
-version: 0.8.12+1
+version: 0.8.12+2
7
environment:
8
sdk: ^3.4.0
0 commit comments