Skip to content

Commit

Permalink
[image_picker] Roll dependancies to avoid error (#4431)
Browse files Browse the repository at this point in the history
Rolling platform implementations that should have been done with `getMedia` changes.

fixes flutter/flutter#130250
  • Loading branch information
tarrinneal committed Jul 12, 2023
1 parent 05ef549 commit 5d77549
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions packages/image_picker/image_picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.0.1

* Rolls platform implementations to ensure that `pickMedia` and
`pickMultipleMedia` have platform implementations.

## 1.0.0

* **BREAKING CHANGE**: Removes the deprecated `get*` methods. Clients who have
Expand Down
14 changes: 7 additions & 7 deletions packages/image_picker/image_picker/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Flutter plugin for selecting images from the Android and iOS image
library, and taking new pictures with the camera.
repository: https://github.com/flutter/packages/tree/main/packages/image_picker/image_picker
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+image_picker%22
version: 1.0.0
version: 1.0.1

environment:
sdk: ">=2.18.0 <4.0.0"
Expand All @@ -28,13 +28,13 @@ flutter:
dependencies:
flutter:
sdk: flutter
image_picker_android: ^0.8.4+11
image_picker_for_web: ^2.1.0
image_picker_ios: ^0.8.6+1
image_picker_linux: ^0.2.0
image_picker_macos: ^0.2.0
image_picker_android: ^0.8.7
image_picker_for_web: ^2.2.0
image_picker_ios: ^0.8.8
image_picker_linux: ^0.2.1
image_picker_macos: ^0.2.1
image_picker_platform_interface: ^2.8.0
image_picker_windows: ^0.2.0
image_picker_windows: ^0.2.1

dev_dependencies:
build_runner: ^2.1.10
Expand Down

0 comments on commit 5d77549

Please sign in to comment.