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

Commit fe7ffa1

Browse files
authored
update lints (#62)
1 parent 6012690 commit fe7ffa1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/dart.yml

+1-1
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@692973e3d937129bcbf40652eb9f2f61becf3332
2424
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672

CHANGELOG.md

+3-3
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
- Add extra flags that may help disable additional throttling in background tabs
@@ -12,8 +12,8 @@
1212
## 1.1.0
1313

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

1919
## 1.0.0

pubspec.yaml

+2-2
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)