Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
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
Prev Previous commit
Next Next commit
[cross_file] Stable null safety release (flutter#3593)
  • Loading branch information
mvanbeusekom authored Feb 22, 2021
commit d3ab0718dcc8ba0e2cfdd3dfa5a1e7ce2e9179da
2 changes: 1 addition & 1 deletion packages/cross_file/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.3.0-nullsafety
## 0.3.0

* Migrated package to null-safety.
* **breaking change** According to our unit tests, the API should be backwards-compatible. Some relevant changes were made, however:
Expand Down
8 changes: 4 additions & 4 deletions packages/cross_file/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name: cross_file
description: An abstraction to allow working with files across multiple platforms.
homepage: https://github.com/flutter/plugins/tree/master/packages/cross_file
version: 0.3.0-nullsafety
version: 0.3.0

dependencies:
flutter:
sdk: flutter
meta: ^1.3.0-nullsafety.3
meta: ^1.3.0

dev_dependencies:
flutter_test:
sdk: flutter
pedantic: ^1.10.0-nullsafety.3
pedantic: ^1.10.0

environment:
sdk: ">=2.12.0-0 <3.0.0"
sdk: ">=2.12.0-259.9.beta <3.0.0"
flutter: ">=1.22.0"