PackageTrack
Sign in Get early access

rfw

Remote Flutter widgets: a library for rendering declarative widget description files at runtime.

1.1.3 11K downloads/mo #2824 most downloaded on pub.dev flutter/packages

What this package is like to depend on

Last release 5 months ago

25 Mar 2026

Release timing varies

gaps range from 8 days to 9 months

Nearly every release is documented

notes for 36 of 36 stable releases

Nothing withdrawn

no release was ever pulled

5 years old

36 releases · first in 2021

4 releases in the last 12 months

see the full history below

Release timeline

36 releases · Sep 2021 to Mar 2026
2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 36
  1. 1.1.3 25 Mar 2026
    Release notes
    • Fixes dartdoc comments that accidentally used HTML.
    Open source →
  2. 1.1.2 26 Feb 2026
    Release notes
    • Removes outdated call for feedback from the README.
    Open source →
  3. 1.1.0 10 Dec 2025
    Release notes
    • Adds support for the Flexible core widget.
    • Updates minimum supported SDK version to Flutter 3.35/Dart 3.9.
    Open source →
  4. 1.0.32 19 Nov 2025
    Release notes
    • Updates broken links in README.md.
    • Updates minimum supported SDK version to Flutter 3.32/Dart 3.8.
    • Removes the wasm example.
    Open source →
  5. 1.0.31 06 Mar 2025
    Release notes
    • Updates minimum supported SDK version to Flutter 3.22/Dart 3.4.
    • Fixes an issue where Widget Builders didn't work properly with Loops.
    Open source →
  6. 1.0.30 04 Nov 2024
    Release notes
    • Adds missing_code_block_language_in_doc_comment lint.
    • Updates minimum supported SDK version to Flutter 3.19/Dart 3.3.
    Open source →
  7. 1.0.29 05 Jun 2024
    Release notes
    • Adds support for the Slider Material widget.
    Open source →
  8. 1.0.28 29 May 2024
    Release notes
    • Updates documentation to WidgetStateProperty and ButtonBar.
    Open source →
  9. 1.0.27 23 May 2024
    Release notes
    • Adds support for DecorationImage.filterQuality.
    Open source →
  10. 1.0.26 14 Mar 2024
    Release notes
    • Supports overriding the error widget builder.
    Open source →
  11. 1.0.25 06 Mar 2024
    Release notes
    • Adds support for wildget builders.
    Open source →
  12. 1.0.24 26 Feb 2024
    Release notes
    • Adds InkResponse material widget.
    • Adds Material material widget.
    • Adds the child to Opacity core widget.
    • Implements more InkWell parameters.
    Open source →
  13. 1.0.23 15 Feb 2024
    Release notes
    • Replaces usage of deprecated Flutter APIs.
    Open source →
  14. 1.0.22 31 Jan 2024
    Release notes
    • Adds more testing to restore coverage to 100%.
    • Format documentation.
    Open source →
  15. 1.0.21 30 Jan 2024
    Release notes
    • Adds support for subscribing to the root of a DynamicContent object.
    Open source →
  16. 1.0.20 30 Jan 2024
    Release notes
    • Adds OverflowBox material widget.
    • Updates ButtonBar material widget implementation.
    Open source →
  17. 1.0.19 24 Jan 2024
    Release notes
    • Add DropdownButton and ClipRRect widgets to rfw widget library.
    Open source →
  18. 1.0.18 19 Jan 2024
    Release notes
    • Exposes WidgetLibrarys registered in Runtime.
    • Exposes widgets map in LocalWidgetLibrary.
    Open source →
  19. 1.0.17 16 Jan 2024
    Release notes
    • Adds support for tracking source locations of BlobNodes and finding BlobNodes from the widget tree (BlobNode.source and Runtime.blobNodeFor respectively).
    Open source →
  20. 1.0.16 04 Jan 2024
    Release notes
    • Updates minimum supported SDK version to Flutter 3.10/Dart 3.0.
    • Fixes lint warnings.
    Open source →
  21. 1.0.15 07 Sep 2023
    Release notes
    • Updates README.md to point to the CONTRIBUTING.md file.
    • Introduces CONTRIBUTING.md, and adds more information about golden testing.
    Open source →
  22. 1.0.14 30 Aug 2023
    Release notes
    • Adds pub topics to package metadata.
    Open source →
  23. 1.0.13 29 Aug 2023
    Release notes
    • Block comments in RFW's text format. (/*...*/)
    Open source →
  24. 1.0.12 23 Aug 2023
    Release notes
    • 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.
    Open source →
  25. 1.0.11 12 Jul 2023
    Release notes
    • Adds more documentation in the README.md file!
    • Adds automated verification of the sample code in the README.
    Open source →
  26. 1.0.10 30 Jun 2023
    Release notes
    • 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.
    Open source →
  27. 1.0.9 18 May 2023
    Release notes
    • 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.
    Open source →
  28. 1.0.8 01 Feb 2023
    Release notes
    • Removes use of runtimeType.toString().
    • Updates code to fix strict-cast violations.
    Open source →
  29. 1.0.7 11 Nov 2022
    Release notes
    • Updates README.
    Open source →
  30. 1.0.6 25 Aug 2022
    Release notes
    • Temporarily lowers test coverage minimum to fix flutter roll.
    • Disables golden testing due to https://github.com/flutter/flutter/issues/106205.
    • Fixes lint warnings.
    Open source →
  31. 1.0.5 04 Jun 2022
    Release notes
    • Fixes URL in document.
    Open source →
  32. 1.0.4 31 May 2022
    Release notes
    • Migrates from ui.hash* to Object.hash*.
    Open source →
  33. 1.0.3 24 May 2022
    Release notes
    • 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.
    Open source →
  34. 1.0.2 05 Oct 2021
    Release notes
    • Mentions FractionallySizedBox in documentation.
    Open source →
  35. 1.0.1 01 Oct 2021
    Release notes
    • Improves documentation.
    • Provides constants for the file signatures.
    • Minor efficiency improvements.
    • Fixes unnecessary_import lint errors.
    • Adds one more core widget, FractionallySizedBox.
    Open source →
  36. 1.0.0 16 Sep 2021
    Release notes
    • Initial release.
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive