mirror of
https://github.com/flutter/packages.git
synced 2025-07-03 00:49:32 +08:00
[image_picker] Allows 3.0 web implementation (#4648)
Adds compatibility with `image_picker_for_web` 3.0, which was a breaking change only because it dropped implementations of deprecated platform interface methods that this package no longer uses. Picks up the fix for https://github.com/flutter/flutter/issues/92176
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
## 1.0.2
|
||||||
|
|
||||||
|
* Adds compatibility with `image_picker_for_web` 3.0.
|
||||||
|
|
||||||
## 1.0.1
|
## 1.0.1
|
||||||
|
|
||||||
* Rolls platform implementations to ensure that `pickMedia` and
|
* Rolls platform implementations to ensure that `pickMedia` and
|
||||||
|
@ -3,7 +3,7 @@ description: Flutter plugin for selecting images from the Android and iOS image
|
|||||||
library, and taking new pictures with the camera.
|
library, and taking new pictures with the camera.
|
||||||
repository: https://github.com/flutter/packages/tree/main/packages/image_picker/image_picker
|
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
|
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+image_picker%22
|
||||||
version: 1.0.1
|
version: 1.0.2
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.18.0 <4.0.0"
|
sdk: ">=2.18.0 <4.0.0"
|
||||||
@ -29,7 +29,7 @@ dependencies:
|
|||||||
flutter:
|
flutter:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
image_picker_android: ^0.8.7
|
image_picker_android: ^0.8.7
|
||||||
image_picker_for_web: ^2.2.0
|
image_picker_for_web: ">=2.2.0 <4.0.0"
|
||||||
image_picker_ios: ^0.8.8
|
image_picker_ios: ^0.8.8
|
||||||
image_picker_linux: ^0.2.1
|
image_picker_linux: ^0.2.1
|
||||||
image_picker_macos: ^0.2.1
|
image_picker_macos: ^0.2.1
|
||||||
|
Reference in New Issue
Block a user