rad 0.2.0 copy "rad: ^0.2.0" to clipboard
rad: ^0.2.0 copied to clipboard

outdated

A zero-dependency frontend framework for writing web apps in plain Dart. Inspired from Flutter.

0.2.0 #

  • Core update

    • Sub-tree rebuilds are now removed. Previously, setState forces all childs widgets to dispose and rebuild themselves. From now, only widgets that requires update, will update only parts of their interface that that might be affected by state change in their parent.

    • Framework now allow Stateful widgets nested inside other stateful widgets to preserve their state even when their parent state has changed.

0.1.0 #

  • Add: Overlay widget

  • Improve: GestureDetector

    • onTapEvent property is added in-place of onTap
    • onTap now handles VoidCallbacks

0.0.1 #

  • Initial release
57
likes
0
pub points
24%
popularity

Publisher

verified publishererlage.com

A zero-dependency frontend framework for writing web apps in plain Dart. Inspired from Flutter.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

More

Packages that depend on rad