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@b4ffde65f46336ab88eb53be808477a3936bae11
2424 - uses : dart-lang/setup-dart@b64355ae6ca0b5d484f0106a033dd1388965d06d
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
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
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