blob: 4ffc655fe354f94177cedc69bb0c79b076865a74 [file] [log] [blame] [view]
## 0.1.0+5
* Fixes unawaited_futures violations.
## 0.1.0+4
* Removes obsolete null checks on non-nullable values.
* Updates minimum supported SDK version to Flutter 3.3/Dart 2.18.
## 0.1.0+3
* Migrates from SingletonFlutterWindow to PlatformDispatcher API.
## 0.1.0+2
* Updates code to fix strict-cast violations.
## 0.1.0+1
* Fixes lint warnings.
## 0.1.0
* Migrates to null safety.
* **BREAKING CHANGES**:
* Required parameters are non-nullable.
## 0.0.7+1
* Updates text theme parameters to avoid deprecation issues.
## 0.0.7
* Updates BlinkTraceEvents to match with changes in Chromium v89+
## 0.0.6
* Update implementation of `_RecordingWidgetsBinding` to match the [new Binding API](https://github.com/flutter/flutter/blob/master/packages/flutter/lib/src/foundation/binding.dart#L96-L128)
## 0.0.5
* Updated dependencies to allow broader versions for upstream packages.
## 0.0.4
* Updated dependencies to allow broader versions for upstream packages.
## 0.0.3
* Fixed benchmarks failing due to trace format change for begin frame.
## 0.0.2
* Improve console messages.
## 0.0.1 - Initial release.
* Provide a benchmark server (host-side) and a benchmark client (browser-side).