atomx 1.0.0
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
AtomxStatefor managing single-value states with loading states - Added
AtomxMapStatefor 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