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

A powerful a comprehensive and efficient reactivity system for Flutter, inspired by Vue 3's @vue/reactivity.

0.2.0 #

  • feat: add KaeruWidget
  • break: remove defineWidget

0.1.17 #

  • feat: add mounted for composible ref api
  • change syntax useRef(ref, fn) -> useRef(fn)

0.1.16 #

  • feat: add defineWidget

0.1.15 #

  • feat: add dependencies option to Watch widget reactive static dependencies

0.1.14 #

  • Add onWatcherCleanup and nextTick

0.1.13 #

  • Add usePick in Watch

0.1.12 #

  • Fix typo

0.1.11 #

  • Add KaeruBuilder

0.1.9 #

  • Remove context in Watch. Now you can use
Watch(() => Text('Hello ${name.value}'));

0.1.6 #

  • Release stable

0.0.1 #

  • TODO: Describe initial release.
1
likes
0
points
314
downloads

Publisher

unverified uploader

Weekly Downloads

A powerful a comprehensive and efficient reactivity system for Flutter, inspired by Vue 3's @vue/reactivity.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, notifier_plus, plugin_platform_interface

More

Packages that depend on kaeru