NEXT
- Updates minimum supported SDK version to Flutter 3.27/Dart 3.6.
1.0.31
- Updates minimum supported SDK version to Flutter 3.22/Dart 3.4.
- Fixes an issue where Widget Builders didn't work properly with Loops.
1.0.30
- Adds
missing_code_block_language_in_doc_commentlint. - Updates minimum supported SDK version to Flutter 3.19/Dart 3.3.
1.0.29
- Adds support for the
SliderMaterial widget.
1.0.28
- Updates documentation to WidgetStateProperty and ButtonBar.
1.0.27
- Adds support for
DecorationImage.filterQuality.
1.0.26
- Supports overriding the error widget builder.
1.0.25
- Adds support for wildget builders.
1.0.24
- Adds
InkResponsematerial widget. - Adds
Materialmaterial widget. - Adds the
childtoOpacitycore widget. - Implements more
InkWellparameters.
1.0.23
- Replaces usage of deprecated Flutter APIs.
1.0.22
- Adds more testing to restore coverage to 100%.
- Format documentation.
1.0.21
- Adds support for subscribing to the root of a
DynamicContentobject.
1.0.20
- Adds
OverflowBoxmaterial widget. - Updates
ButtonBarmaterial widget implementation.
1.0.19
- Add
DropdownButtonandClipRRectwidgets to rfw widget library.
1.0.18
- Exposes
WidgetLibrarys registered inRuntime. - Exposes widgets map in
LocalWidgetLibrary.
1.0.17
- Adds support for tracking source locations of
BlobNodes and findingBlobNodes from the widget tree (BlobNode.sourceandRuntime.blobNodeForrespectively).
1.0.16
- Updates minimum supported SDK version to Flutter 3.10/Dart 3.0.
- Fixes lint warnings.
1.0.15
- Updates README.md to point to the CONTRIBUTING.md file.
- Introduces CONTRIBUTING.md, and adds more information about golden testing.
1.0.14
- Adds pub topics to package metadata.
1.0.13
- Block comments in RFW's text format. (
/*...*/)
1.0.12
- 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.
1.0.11
- Adds more documentation in the README.md file!
- Adds automated verification of the sample code in the README.
1.0.10
- 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 Uint8Listdowncast.
1.0.9
- 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.
1.0.8
- Removes use of
runtimeType.toString(). - Updates code to fix strict-cast violations.
1.0.7
- Updates README.
1.0.6
- Temporarily lowers test coverage minimum to fix flutter roll.
- Disables golden testing due to https://github.com/flutter/flutter/issues/106205.
- Fixes lint warnings.
1.0.5
- Fixes URL in document.
1.0.4
- Migrates from
ui.hash*toObject.hash*.
1.0.3
- 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.
1.0.2
- Mentions FractionallySizedBox in documentation.
1.0.1
- Improves documentation.
- Provides constants for the file signatures.
- Minor efficiency improvements.
- Fixes
unnecessary_importlint errors. - Adds one more core widget, FractionallySizedBox.
1.0.0
- Initial release.