This repository was archived by the owner on Oct 28, 2024. It is now read-only.
File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 18
18
runs-on : ubuntu-latest
19
19
strategy :
20
20
matrix :
21
- sdk : [3.0 , dev]
21
+ sdk : [3.4 , dev]
22
22
steps :
23
23
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
24
24
- uses : dart-lang/setup-dart@b64355ae6ca0b5d484f0106a033dd1388965d06d
Original file line number Diff line number Diff line change 1
1
## 1.1.2-wip
2
2
3
- - Require Dart 3.0
3
+ - Require Dart 3.4
4
4
- Log errors from chrome
5
5
- Allow tests to detect headless-only environment (for CI).
6
6
11
11
## 1.1.0
12
12
13
13
- 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.
16
16
- Enable the ` avoid_dynamic_calls ` lint.
17
17
18
18
## 1.0.0
Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ description: Provides a standardized way to launch web browsers for testing and
4
4
repository : https://github.com/dart-lang/browser_launcher
5
5
6
6
environment :
7
- sdk : ^3.0 .0
7
+ sdk : ^3.4 .0
8
8
9
9
dependencies :
10
10
logging : ^1.0.0
11
11
path : ^1.8.0
12
12
webkit_inspection_protocol : ^1.0.0
13
13
14
14
dev_dependencies :
15
- dart_flutter_team_lints : ^2 .0.0
15
+ dart_flutter_team_lints : ^3 .0.0
16
16
test : ^1.17.3
You can’t perform that action at this time.
0 commit comments