Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

[image_picker] endorse image_picker_for_web in image_picker plugin #3717

Merged
merged 4 commits into from
Mar 16, 2021
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
4 changes: 4 additions & 0 deletions packages/image_picker/image_picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.7.3

* Endorse image_picker_for_web

## 0.7.2+1

* Android: fixes an issue where videos could be wrongly picked with `.jpg` extension.
Expand Down
5 changes: 4 additions & 1 deletion packages/image_picker/image_picker/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: image_picker
description: Flutter plugin for selecting images from the Android and iOS image
library, and taking new pictures with the camera.
homepage: https://github.com/flutter/plugins/tree/master/packages/image_picker/image_picker
version: 0.7.2+1
version: 0.7.3

flutter:
plugin:
Expand All @@ -12,12 +12,15 @@ flutter:
pluginClass: ImagePickerPlugin
ios:
pluginClass: FLTImagePickerPlugin
web:
default_package: image_picker_for_web

dependencies:
flutter:
sdk: flutter
flutter_plugin_android_lifecycle: ^2.0.0
image_picker_platform_interface: ^2.0.0
image_picker_for_web: ^2.0.0

dev_dependencies:
flutter_test:
Expand Down