Skip to content

Commit f882de9

Browse files
authored
require dart 3.1; update to the latest lints (#675)
1 parent 3f7a466 commit f882de9

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

pkgs/file_testing/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.0.2
2+
3+
* Require Dart 3.1.
4+
15
## 3.0.1
26

37
* Update the pubspec repository field to reflect the new package repository.

pkgs/file_testing/lib/file_testing.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@
33
// BSD-style license that can be found in the LICENSE file.
44

55
/// Matchers (from `package:test`) for use in tests that deal with file systems.
6+
library;
7+
68
export 'src/testing/core_matchers.dart';

pkgs/file_testing/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: file_testing
2-
version: 3.0.1
2+
version: 3.0.2
33
description: Testing utilities for package:file.
44
repository: https://github.com/dart-lang/tools/tree/main/pkgs/file_testing
55

66
environment:
7-
sdk: ^3.0.0
7+
sdk: ^3.1.0
88

99
dependencies:
1010
test: ^1.23.1
1111

1212
dev_dependencies:
13-
lints: ^2.0.1
13+
lints: ^5.0.0

0 commit comments

Comments
 (0)