forked from flutter/plugins
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[cross_file] Migrate to null-safety. (flutter#3452)
Also: skip some packages from the all_plugins app so CI passes.
- Loading branch information
Showing
11 changed files
with
99 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +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.2.1 | ||
version: 0.3.0-nullsafety | ||
|
||
dependencies: | ||
flutter: | ||
sdk: flutter | ||
http: ^0.12.0+1 | ||
meta: ^1.0.5 | ||
meta: ^1.3.0-nullsafety.3 | ||
|
||
dev_dependencies: | ||
flutter_test: | ||
sdk: flutter | ||
pedantic: ^1.8.0 | ||
pedantic: ^1.10.0-nullsafety.3 | ||
|
||
environment: | ||
sdk: ">=2.1.0 <3.0.0" | ||
sdk: ">=2.12.0-0 <3.0.0" | ||
flutter: ">=1.22.0" |
Oops, something went wrong.