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

Commit 3222a3e

Browse files
authored
[image_picker] Endorse image_picker_for_web (#3717)
1 parent 8169973 commit 3222a3e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/image_picker/image_picker/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.7.3
2+
3+
* Endorse image_picker_for_web
4+
15
## 0.7.2+1
26

37
* Android: fixes an issue where videos could be wrongly picked with `.jpg` extension.

packages/image_picker/image_picker/pubspec.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: image_picker
22
description: Flutter plugin for selecting images from the Android and iOS image
33
library, and taking new pictures with the camera.
44
homepage: https://github.com/flutter/plugins/tree/master/packages/image_picker/image_picker
5-
version: 0.7.2+1
5+
version: 0.7.3
66

77
flutter:
88
plugin:
@@ -12,12 +12,15 @@ flutter:
1212
pluginClass: ImagePickerPlugin
1313
ios:
1414
pluginClass: FLTImagePickerPlugin
15+
web:
16+
default_package: image_picker_for_web
1517

1618
dependencies:
1719
flutter:
1820
sdk: flutter
1921
flutter_plugin_android_lifecycle: ^2.0.0
2022
image_picker_platform_interface: ^2.0.0
23+
image_picker_for_web: ^2.0.0
2124

2225
dev_dependencies:
2326
flutter_test:

0 commit comments

Comments
 (0)