Skip to content

Commit

Permalink
Mark update as backwards-compatible, which it seems to be!
Browse files Browse the repository at this point in the history
  • Loading branch information
ditman committed Oct 9, 2024
1 parent 14001c9 commit e0fa2e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions packages/cross_file/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## 0.4.0-dev
## 0.3.5

* `XFile` is now a read-only `interface`.
* **Breaking Change**: `XFile` instances must be created with the `XFileFactory`
methods for `native` or `web`.
* Added `XFileFactory` classes for `native` and `web` to create `XFile` instances.
* Deprecated the former `XFile` constructors (`XFile` and `XFile.fromData`)
* Updates minimum supported SDK version to Flutter 3.19/Dart 3.3.

## 0.3.4+2
Expand Down
2 changes: 1 addition & 1 deletion packages/cross_file/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: cross_file
description: An abstraction to allow working with files across multiple platforms.
repository: https://github.com/flutter/packages/tree/main/packages/cross_file
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+cross_file%22
version: 0.4.0-dev
version: 0.3.5

environment:
sdk: ^3.3.0
Expand Down

0 comments on commit e0fa2e6

Please sign in to comment.