kaeru 0.2.2
kaeru: ^0.2.2 copied to clipboard
A powerful a comprehensive and efficient reactivity system for Flutter, inspired by Vue 3's @vue/reactivity.
0.2.2 #
- Add advanced widget classes for KaeruWidget library
- Compsables core flutter
0.2.1 #
- Add useContext and useWidget functions for improved context management within the Kaeru Widget module.
0.2.0 #
- feat: add
KaeruWidget - break: remove
defineWidget
0.1.17 #
- feat: add
mountedfor composible ref api - change syntax
useRef(ref, fn)->useRef(fn)
0.1.16 #
- feat: add
defineWidget
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.