- Updates README.md to point to the CONTRIBUTING.md file.
- Introduces CONTRIBUTING.md, and adds more information about golden testing.
- Adds pub topics to package metadata.
- Block comments in RFW's text format. (
/*...*/
)
- Improves web compatibility.
- Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
- Adds more testing to restore coverage to 100%.
- Removes some dead code.
- Adds more documentation in the README.md file!
- Adds automated verification of the sample code in the README.
- Fixes stale ignore:
prefer_const_constructors
. - Updates minimum supported SDK version to Flutter 3.10/Dart 3.0.
- Changes package internals to avoid explicit
as Uint8List
downcast.
- Updates minimum supported SDK version to Flutter 3.3/Dart 2.18.
- Aligns Dart and Flutter SDK constraints.
- Fixes a typo in the API documentation that broke the formatting.
- Removes use of
runtimeType.toString()
. - Updates code to fix strict-cast violations.
- Updates 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.
- Mentions FractionallySizedBox in documentation.
- Improves documentation.
- Provides constants for the file signatures.
- Minor efficiency improvements.
- Fixes
unnecessary_import
lint errors. - Adds one more core widget, FractionallySizedBox.
- Initial release.