File tree Expand file tree Collapse file tree
packages/image_picker/image_picker Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ## NEXT
1+ ## 0.8.5
22
33* Moves Android and iOS implementations to federated packages.
44* Adds OS version support information to README.
Original file line number Diff line number Diff line change @@ -3,10 +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/plugins/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 : 0.8.4+11
7- # Temporarily disable publishing to allow moving Android and iOS
8- # implementations.
9- publish_to : none
6+ version : 0.8.5
107
118environment :
129 sdk : " >=2.14.0 <3.0.0"
@@ -25,12 +22,9 @@ flutter:
2522dependencies :
2623 flutter :
2724 sdk : flutter
28- # Temporary path dependencies to allow moving Android and iOS implementations.
29- image_picker_android :
30- path : ../image_picker_android
25+ image_picker_android : ^0.8.4+11
3126 image_picker_for_web : ^2.1.0
32- image_picker_ios :
33- path : ../image_picker_ios
27+ image_picker_ios : ^0.8.4+11
3428 image_picker_platform_interface : ^2.3.0
3529
3630dev_dependencies :
You can’t perform that action at this time.
0 commit comments