Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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