File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 3.0.2
2
+
3
+ * Require Dart 3.1.
4
+
1
5
## 3.0.1
2
6
3
7
* Update the pubspec repository field to reflect the new package repository.
Original file line number Diff line number Diff line change 3
3
// BSD-style license that can be found in the LICENSE file.
4
4
5
5
/// Matchers (from `package:test` ) for use in tests that deal with file systems.
6
+ library ;
7
+
6
8
export 'src/testing/core_matchers.dart' ;
Original file line number Diff line number Diff line change 1
1
name : file_testing
2
- version : 3.0.1
2
+ version : 3.0.2
3
3
description : Testing utilities for package:file.
4
4
repository : https://github.com/dart-lang/tools/tree/main/pkgs/file_testing
5
5
6
6
environment :
7
- sdk : ^3.0 .0
7
+ sdk : ^3.1 .0
8
8
9
9
dependencies :
10
10
test : ^1.23.1
11
11
12
12
dev_dependencies :
13
- lints : ^2 .0.1
13
+ lints : ^5 .0.0
You can’t perform that action at this time.
0 commit comments