kaeru 0.1.15
kaeru: ^0.1.15 copied to clipboard
A powerful a comprehensive and efficient reactivity system for Flutter, inspired by Vue 3's @vue/reactivity.
0.1.15 #
- feat: add
dependenciesoption toWatchwidget reactive static dependencies
0.1.14 #
- Add
onWatcherCleanupandnextTick
0.1.13 #
- Add
usePickinWatch
0.1.12 #
- Fix typo
0.1.11 #
- Add
KaeruBuilder
0.1.9 #
- Remove
contextinWatch. Now you can use
Watch(() => Text('Hello ${name.value}'));
0.1.6 #
- Release stable
0.0.1 #
- TODO: Describe initial release.