Skip to content

Commit

Permalink
Mark as a major change.
Browse files Browse the repository at this point in the history
  • Loading branch information
ditman committed Aug 3, 2023
1 parent 2cba588 commit c40b18c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions packages/image_picker/image_picker_for_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
## 2.3.0
## 3.0.0

* **BREAKING CHANGE:** Removes all code and tests mentioning `PickedFile`.
* Listens to `cancel` event on file selection. When the selection is canceled:
* `Future<XFile?>` methods return `null`
* `Future<List<XFile>>` methods return an empty list.
* Removes all code and tests mentioning `PickedFile`.
* Updates README to mention `XFile`.

## 2.2.0

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 @@ -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: 2.3.0
version: 3.0.0

environment:
sdk: ">=2.18.0 <4.0.0"
Expand Down

0 comments on commit c40b18c

Please sign in to comment.