atomx 1.0.0 copy "atomx: ^1.0.0" to clipboard
atomx: ^1.0.0 copied to clipboard

A value-centric state management library for Flutter, built on ValueNotifier. Atomx treats values and states as equals, allowing you to attach state directly to values instead of pages.

1.0.0 #

Stable release of the Atomx state management package. The package is already being used in production by several large applications, proving its reliability and performance.

This release includes:

  • Enhanced documentation with comprehensive examples and visual improvements
  • Better code organization in examples
  • Improved README with detailed feature explanations

0.0.1 #

Initial release of the Atomx state management package:

  • Introduced AtomxState for managing single-value states with loading states
  • Added AtomxMapState for managing map-based states with loading states
  • Included basic contact management example
  • Added support for state updates with loading indicators
  • Implemented basic state management functionality
0
likes
150
points
44
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A value-centric state management library for Flutter, built on ValueNotifier. Atomx treats values and states as equals, allowing you to attach state directly to values instead of pages.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on atomx