- Fixes unawaited_futures violations.
- Removes obsolete null checks on non-nullable values.
- Updates minimum supported SDK version to Flutter 3.3/Dart 2.18.
- Migrates from SingletonFlutterWindow to PlatformDispatcher API.
- Updates code to fix strict-cast violations.
- Fixes lint warnings.
- Migrates to null safety.
- BREAKING CHANGES:
- Required parameters are non-nullable.
- Updates text theme parameters to avoid deprecation issues.
- Updates BlinkTraceEvents to match with changes in Chromium v89+
- Update implementation of
_RecordingWidgetsBinding
to match the new Binding API
- Updated dependencies to allow broader versions for upstream packages.
- Updated dependencies to allow broader versions for upstream packages.
- Fixed benchmarks failing due to trace format change for begin frame.
- Improve console messages.
- Provide a benchmark server (host-side) and a benchmark client (browser-side).