-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update versions for beta (dart-lang/file#173)
- Loading branch information
1 parent
c549d8b
commit ac639f0
Showing
2 changed files
with
9 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
name: file | ||
version: 6.0.0-nullsafety.3 | ||
version: 6.0.0-nullsafety.4 | ||
description: | ||
A pluggable, mockable file system abstraction for Dart. Supports local file | ||
system access, as well as in-memory file systems, record-replay file systems, | ||
and chroot file systems. | ||
homepage: https://github.com/google/file.dart | ||
|
||
environment: | ||
sdk: '>=2.10.0-0.0 <2.12.0' | ||
sdk: '>=2.12.0-0 <3.0.0' | ||
|
||
dependencies: | ||
meta: ^1.3.0-nullsafety.2 | ||
path: ^1.8.0-nullsafety | ||
meta: ^1.3.0-nullsafety.6 | ||
path: ^1.8.0-nullsafety.3 | ||
|
||
dev_dependencies: | ||
file_testing: '>=2.0.0 <3.0.0' | ||
test: '^1.16.0-nullsafety.1' | ||
test: '^1.16.0-nullsafety.8' |