Skip to content
This repository was archived by the owner on Oct 28, 2024. It is now read-only.

Commit 7293f68

Browse files
committed
update lints
1 parent c68ec25 commit 7293f68

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/dart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
strategy:
2020
matrix:
21-
sdk: [3.0, dev]
21+
sdk: [3.4, dev]
2222
steps:
2323
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
2424
- uses: dart-lang/setup-dart@b64355ae6ca0b5d484f0106a033dd1388965d06d

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## 1.1.2-wip
22

3-
- Require Dart 3.0
3+
- Require Dart 3.4
44
- Log errors from chrome
55
- Allow tests to detect headless-only environment (for CI).
66

@@ -11,8 +11,8 @@
1111
## 1.1.0
1212

1313
- Add optional `signIn` argument to `startWithDebugPort`.
14-
To be used together with `user-data-dir` to start a chrome
15-
window signed into the default profile with extensions enabled.
14+
To be used together with `user-data-dir` to start a Chrome
15+
window signed in to the default profile with extensions enabled.
1616
- Enable the `avoid_dynamic_calls` lint.
1717

1818
## 1.0.0

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ description: Provides a standardized way to launch web browsers for testing and
44
repository: https://github.com/dart-lang/browser_launcher
55

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

99
dependencies:
1010
logging: ^1.0.0
1111
path: ^1.8.0
1212
webkit_inspection_protocol: ^1.0.0
1313

1414
dev_dependencies:
15-
dart_flutter_team_lints: ^2.0.0
15+
dart_flutter_team_lints: ^3.0.0
1616
test: ^1.17.3

0 commit comments

Comments
 (0)