Skip to content

Commit 5d77549

Browse files
authored
[image_picker] Roll dependancies to avoid error (flutter#4431)
Rolling platform implementations that should have been done with `getMedia` changes. fixes flutter#130250
1 parent 05ef549 commit 5d77549

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

packages/image_picker/image_picker/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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

packages/image_picker/image_picker/pubspec.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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.
44
repository: https://github.com/flutter/packages/tree/main/packages/image_picker/image_picker
55
issue_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

88
environment:
99
sdk: ">=2.18.0 <4.0.0"
@@ -28,13 +28,13 @@ flutter:
2828
dependencies:
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

3939
dev_dependencies:
4040
build_runner: ^2.1.10

0 commit comments

Comments
 (0)