Skip to content
Closed
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_for_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## NEXT

* mime dependency: loosen version constraint

## 3.0.2

* Updates minimum supported SDK version to Flutter 3.10/Dart 3.0.
Expand Down
4 changes: 2 additions & 2 deletions packages/image_picker/image_picker_for_web/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: image_picker_for_web
description: Web platform implementation of image_picker
repository: https://github.com/flutter/packages/tree/main/packages/image_picker/image_picker_for_web
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+image_picker%22
version: 3.0.2
version: 3.0.3
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure if i had to bump the version now


environment:
sdk: ">=3.0.0 <4.0.0"
Expand All @@ -22,7 +22,7 @@ dependencies:
flutter_web_plugins:
sdk: flutter
image_picker_platform_interface: ^2.9.0
mime: ^1.0.4
mime: '>=1.0.0 <3.0.0'

dev_dependencies:
flutter_test:
Expand Down