Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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 @@
## NEXT

* Extends the `mime` package version constraint from `^1.0.4` to `>=1.0.4 <3.0.0`.

## 1.1.2

* Adds comment for the limit parameter.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies:
# the parent directory to use the current plugin's version.
path: ../
image_picker_platform_interface: ^2.10.0
mime: ^1.0.4
mime: ">=1.0.4 <3.0.0"
video_player: ^2.1.4

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/image_picker/image_picker_for_web/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
flutter_web_plugins:
sdk: flutter
image_picker_platform_interface: ^2.9.0
mime: ^1.0.4
mime: ">=1.0.4 <3.0.0"
web: ">=0.5.1 <2.0.0"

dev_dependencies:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
# the parent directory to use the current plugin's version.
path: ../
image_picker_platform_interface: ^2.10.0
mime: ^1.0.4
mime: ">=1.0.4 <3.0.0"
video_player: ^2.1.4

dev_dependencies:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
# the parent directory to use the current plugin's version.
path: ..
image_picker_platform_interface: ^2.8.0
mime: ^1.0.4
mime: ">=1.0.4 <3.0.0"
video_player: ^2.1.4

dev_dependencies:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
# the parent directory to use the current plugin's version.
path: ..
image_picker_platform_interface: ^2.8.0
mime: ^1.0.4
mime: ">=1.0.4 < 3.0.0"
video_player: ^2.1.4

dev_dependencies:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
# The example app is bundled with the plugin so we use a path dependency on
# the parent directory to use the current plugin's version.
path: ..
mime: ^1.0.4
mime: ">=1.0.4 <3.0.0"
video_player: ^2.1.4

dev_dependencies:
Expand Down