flutter_nucleus 0.0.7
flutter_nucleus: ^0.0.7 copied to clipboard
Use the atomic state management package nucleus with Flutter.
flutter_nucleus #
Helpers to for using the nucleus package with Flutter.
AtomScope
injects an nucleusStore
into your widget tree usingInheritedWidget
.getAtom
,setAtom
andupdateAtom
added toBuildContext
.useAtom
hook for use with theflutter_hooks
package.