This repository was archived by the owner on Oct 28, 2024. It is now read-only.
Commit fe7ffa1 1 parent 6012690 commit fe7ffa1 Copy full SHA for fe7ffa1
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@692973e3d937129bcbf40652eb9f2f61becf3332
24
24
- uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
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
- Add extra flags that may help disable additional throttling in background tabs
12
12
## 1.1.0
13
13
14
14
- 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.
17
17
- Enable the ` avoid_dynamic_calls ` lint.
18
18
19
19
## 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