Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo authored Jul 8, 2024
1 parent 2ff8ff9 commit 8ed7db4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pkgs/browser_launcher/.github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
sdk: [3.0, dev]
sdk: [3.4, dev]
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
Expand Down
6 changes: 3 additions & 3 deletions pkgs/browser_launcher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 1.1.2-wip

- Require Dart 3.0
- Require Dart 3.4
- Log errors from chrome
- Allow tests to detect headless-only environment (for CI).
- Add extra flags that may help disable additional throttling in background tabs
Expand All @@ -12,8 +12,8 @@
## 1.1.0

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

## 1.0.0
Expand Down
4 changes: 2 additions & 2 deletions pkgs/browser_launcher/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ description: Provides a standardized way to launch web browsers for testing and
repository: https://github.com/dart-lang/browser_launcher

environment:
sdk: ^3.0.0
sdk: ^3.4.0

dependencies:
logging: ^1.0.0
path: ^1.8.0
webkit_inspection_protocol: ^1.0.0

dev_dependencies:
dart_flutter_team_lints: ^2.0.0
dart_flutter_team_lints: ^3.0.0
test: ^1.17.3

0 comments on commit 8ed7db4

Please sign in to comment.