atomly_flutter 0.1.1
atomly_flutter: ^0.1.1 copied to clipboard
Flutter integration for atomly. Provides AtomScope, AtomBuilder, AtomConsumer, AtomListener, and BuildContext extensions for reactive atomic state.
Changelog #
0.1.1 #
- Shorten the package description to fit pub.flutter-io.cn's 60–180 character window for search-result snippets.
- Bump
atomlydependency to^0.1.1.
0.1.0 #
Initial release.
AtomScope—InheritedModel<Atom>with per-aspect rebuild filtering. Optionaloverrides:map for tests and scoped configurations.BuildContextextensions onAtom<T>:watch,read,select,when,listen,set,update,refresh,invalidate.AtomBuilder<T>— single-atom builder widget.AtomConsumer— multi-atom consumer with awatchfunction.AtomListener<T>— pure side-effect widget.Atomly.bootstrap()helper for default global scopes.