flutter_nucleus 0.0.3
flutter_nucleus: ^0.0.3 copied to clipboard
Use the atomic state management package nucleus with Flutter.
flutter_nucleus #
Helpers to for using the nucleus package with Flutter.
AtomNotifier
is aValueNotifier
for listening to an atom's state.AtomScope
injects an nucleusStore
into your widget tree usingInheritedWidget
.useAtom
hook for use with theflutter_hooks
package.