This repository was archived by the owner on Oct 28, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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
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
44repository : https://github.com/dart-lang/browser_launcher
55
66environment :
7- sdk : ^3.0 .0
7+ sdk : ^3.4 .0
88
99dependencies :
1010 logging : ^1.0.0
1111 path : ^1.8.0
1212 webkit_inspection_protocol : ^1.0.0
1313
1414dev_dependencies :
15- dart_flutter_team_lints : ^2 .0.0
15+ dart_flutter_team_lints : ^3 .0.0
1616 test : ^1.17.3
You can’t perform that action at this time.
0 commit comments