## 1.1.3

- Move to `dart-lang/tools` monorepo.

## 1.1.2

- 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.

## 1.1.1

- Populate the pubspec `repository` field.

## 1.1.0

- Add optional `signIn` argument to `startWithDebugPort`.
  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

- Migrate to null-safety.

## 0.1.10

- Support `webkit_inspection_protocol` version `^1.0.0`.

## 0.1.9

- Add support for Chrome executables in `CHROME_PATH`.

## 0.1.8

- Log `STDERR` on Chrome launch failure.

## 0.1.7

- Widen the dependency range on `package:webkit_inspection_protocol`.

## 0.1.6

- Update lower Dart SDK requirement to `2.2.0`.
- Update the dependency range on `package:webkit_inspection_protocol`.

## 0.1.5

- Add a parameter to use a specified user-data-dir instead of a system temp.

## 0.1.4

- Start Chrome maximized.

## 0.1.3

- widen the version constraint on `package:webkit_inspection_protocol`

## 0.1.2

- lower min sdk version to match Flutter stable

## 0.1.1

- added example

## 0.1.0

- initial release
