atomly_flutter 0.1.1 copy "atomly_flutter: ^0.1.1" to clipboard
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 atomly dependency to ^0.1.1.

0.1.0 #

Initial release.

  • AtomScopeInheritedModel<Atom> with per-aspect rebuild filtering. Optional overrides: map for tests and scoped configurations.
  • BuildContext extensions on Atom<T>: watch, read, select, when, listen, set, update, refresh, invalidate.
  • AtomBuilder<T> — single-atom builder widget.
  • AtomConsumer — multi-atom consumer with a watch function.
  • AtomListener<T> — pure side-effect widget.
  • Atomly.bootstrap() helper for default global scopes.
0
likes
160
points
39
downloads

Documentation

API reference

Publisher

verified publisherzakriakhan.com

Weekly Downloads

Flutter integration for atomly. Provides AtomScope, AtomBuilder, AtomConsumer, AtomListener, and BuildContext extensions for reactive atomic state.

Homepage
Repository (GitHub)
View/report issues

Topics

#state #state-management #flutter #reactive #atom

License

MIT (license)

Dependencies

atomly, flutter, meta

More

Packages that depend on atomly_flutter