File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed
packages/image_picker/image_picker Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 1+ ## 1.0.1
2+
3+ * Rolls platform implementations to ensure that ` pickMedia ` and
4+ ` pickMultipleMedia ` have platform implementations.
5+
16## 1.0.0
27
38* ** BREAKING CHANGE** : Removes the deprecated ` get* ` methods. Clients who have
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.0.0
6+ version : 1.0.1
77
88environment :
99 sdk : " >=2.18.0 <4.0.0"
@@ -28,13 +28,13 @@ flutter:
2828dependencies :
2929 flutter :
3030 sdk : flutter
31- image_picker_android : ^0.8.4+11
32- image_picker_for_web : ^2.1 .0
33- image_picker_ios : ^0.8.6+1
34- image_picker_linux : ^0.2.0
35- image_picker_macos : ^0.2.0
31+ image_picker_android : ^0.8.7
32+ image_picker_for_web : ^2.2 .0
33+ image_picker_ios : ^0.8.8
34+ image_picker_linux : ^0.2.1
35+ image_picker_macos : ^0.2.1
3636 image_picker_platform_interface : ^2.8.0
37- image_picker_windows : ^0.2.0
37+ image_picker_windows : ^0.2.1
3838
3939dev_dependencies :
4040 build_runner : ^2.1.10
You can’t perform that action at this time.
0 commit comments