- 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
- Add
--use-mock-keychain
flag to avoid blocking dialog on MacOS.
- Populate the pubspec
repository
field.
- Add optional
signIn
argument tostartWithDebugPort
. To be used together withuser-data-dir
to start a Chrome window signed in to the default profile with extensions enabled. - Enable the
avoid_dynamic_calls
lint.
- Migrate to null-safety.
- Support
webkit_inspection_protocol
version^1.0.0
.
- Add support for Chrome executables in
CHROME_PATH
.
- Log
STDERR
on Chrome launch failure.
- Widen the dependency range on
package:webkit_inspection_protocol
.
- Update lower Dart SDK requirement to
2.2.0
. - Update the dependency range on
package:webkit_inspection_protocol
.
- Add a parameter to use a specified user-data-dir instead of a system temp.
- Start Chrome maximized.
- widen the version constraint on
package:webkit_inspection_protocol
- lower min sdk version to match Flutter stable
- added example
- initial release