Skip to content

Commit d3ab071

Browse files
authored
[cross_file] Stable null safety release (flutter#3593)
1 parent e8c8cf6 commit d3ab071

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/cross_file/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.3.0-nullsafety
1+
## 0.3.0
22

33
* Migrated package to null-safety.
44
* **breaking change** According to our unit tests, the API should be backwards-compatible. Some relevant changes were made, however:

packages/cross_file/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
name: cross_file
22
description: An abstraction to allow working with files across multiple platforms.
33
homepage: https://github.com/flutter/plugins/tree/master/packages/cross_file
4-
version: 0.3.0-nullsafety
4+
version: 0.3.0
55

66
dependencies:
77
flutter:
88
sdk: flutter
9-
meta: ^1.3.0-nullsafety.3
9+
meta: ^1.3.0
1010

1111
dev_dependencies:
1212
flutter_test:
1313
sdk: flutter
14-
pedantic: ^1.10.0-nullsafety.3
14+
pedantic: ^1.10.0
1515

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

0 commit comments

Comments
 (0)