[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:
stuartmorgan
2023-08-04 11:00:40 -07:00
committed by GitHub
parent 11bb9ec7d9
commit 4bd6c6ba63
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
## 1.0.2
* Adds compatibility with `image_picker_for_web` 3.0.
## 1.0.1
* Rolls platform implementations to ensure that `pickMedia` and

View File

@ -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.1
version: 1.0.2
environment:
sdk: ">=2.18.0 <4.0.0"
@ -29,7 +29,7 @@ dependencies:
flutter:
sdk: flutter
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_linux: ^0.2.1
image_picker_macos: ^0.2.1