Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit 4cf24ca

Browse files
authored
update lints, require Dart 3.4 (#167)
1 parent 7018ac8 commit 4cf24ca

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/test-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
matrix:
4848
# Add macos-latest and/or windows-latest if relevant for this package.
4949
os: [ubuntu-latest]
50-
sdk: [3.0.0, dev]
50+
sdk: [3.4, dev]
5151
steps:
5252
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
5353
- uses: dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## 3.1.3-wip
22

3-
* Require Dart 3.0
3+
* Require Dart 3.4
44

55
## 3.1.2
66

pubspec.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ topics:
77
- config-format
88

99
environment:
10-
sdk: ^3.0.0
10+
sdk: ^3.4.0
1111

1212
dependencies:
1313
collection: ^1.15.0
1414
source_span: ^1.8.0
1515
string_scanner: ^1.1.0
1616

1717
dev_dependencies:
18-
dart_flutter_team_lints: ^2.0.0
18+
dart_flutter_team_lints: ^3.0.0
1919
path: ^1.8.0
20-
test: ^1.16.0
20+
test: ^1.16.6

0 commit comments

Comments
 (0)