setup 0.0.5 setup: ^0.0.5 copied to clipboard
Setup - A Progressive reactivity framework. An approachable, performant, and versatile framework for building Flutter user interfaces.
v0.0.5 #
- bug: Fixed initialization issue with
provide
/inject
.
v0.0.4 #
- bug: Fixed multiple rebuilds caused by
useWidgetRef
. - bug: Fixed
useWidgetRef
not working witheffect
. - docs: Added public API documentation comments.
v0.0.3 #
- refactor: Redesign
useWidgetRef
API - bug: Fix that
onUpdated
andonBeforeUpdate
will not execute within the correct lifecycle.
v0.0.2 #
- Stabilize the obs API
v0.0.1 #
first publish version.