0.1.0+8
- Adds an optional parameter
treeShakeIcons
to serveWebBenchmark
. - Adds a required and named parameter
treeShakeIcons
to BenchmarkServer
.
0.1.0+7
- Updates
package:process
version constraints.
0.1.0+6
- Adds pub topics to package metadata.
- Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
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
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
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).