flutter_nucleus 0.4.0
flutter_nucleus: ^0.4.0 copied to clipboard
Use the atomic state management package nucleus with Flutter.
0.4.0 #
- Update deps
0.3.5 #
- Fix
AtomScope.withRegistryAPI
0.3.4 #
- Add
AtomScope.withRegistry
0.3.3 #
- Use atomWithParent for
valueListenableAtom
0.3.2 #
- Update deps
0.3.1 #
- Refactor
AtomBuilderto wrap anAtom<Widget>
0.3.0 #
- Update for latest nucleus
0.2.0 #
- Update for latest nucleus
0.1.10 #
- Add
changeNotifierAtom - Add
valueNotifierAtom - Add
valueListenableAtom
0.1.9 #
- Add refreshAtom to BuildContext
0.1.8 #
- Update deps
- Add warning if using without an AtomScope
0.1.7 #
- Use SchedulerBinding for post frame callbacks
0.1.6 #
- Simplify BuildContext extension
0.1.5 #
- Update
nucleus
0.1.4 #
- Fix check for existing atom mount in
AtomBuilder
0.1.3 #
- Improve atom GC in
AtomBuilder - Add equality checks with
identicalto prevent unnecessary rebuilds
0.1.2 #
- Update deps
0.1.1 #
- Fix
didChangeHookwhen registry changes foruseAtom
0.1.0 #
- Updates for 0.1.x nucleus release
0.0.13 #
- Add didChangeDependencies to AtomBuilder
0.0.12 #
- Add
listenparameter to watch and useAtom
0.0.11 #
- Add
subscribeAtomtoBuildContext - Add
mountAtomtoBuildContext
0.0.10 #
- Refactor
AtomScope.storeOf
0.0.9 #
- Update deps
0.0.8 #
- Add
SharedPrefsStorage
0.0.7 #
- Improve
setAtomandupdateAtom
0.0.6 #
- Remove
AtomNotifier - Update
AtomBuilderanduseAtomAPI
0.0.5 #
- Update for latest nucleus API
0.0.4 #
- Improve
AtomBuilder- can now listen to multiple atoms
0.0.3 #
- Add
AtomBuilder - Add
readAtomtoBuildContext - Performance improvements
0.0.2 #
- Update for nucleus API changes
0.0.1 #
- Add
AtomScope