- Aligns Dart and Flutter SDK constraints.
- Removes use of
runtimeType.toString()
. - Updates code to fix strict-cast violations.
- Update README.
- Temporarily lowers test coverage minimum to fix flutter roll.
- Disables golden testing due to flutter/flutter#106205.
- Fixes lint warnings.
- Fixes URL in document.
- Migrates from
ui.hash*
toObject.hash*
.
- Transitions internal testing from a command line lcov tool to a Dart tool. No effect on consumers.
- Removes unsupported platforms from the wasm example.
- Updates for non-nullable bindings.
- Mention FractionallySizedBox in documentation.
- Improve documentation.
- Provide constants for the file signatures.
- Minor efficiency improvements.
- Fix
unnecessary_import
lint errors. - Add one more core widget, FractionallySizedBox.
- Initial release.