atomx 0.0.1
atomx: ^0.0.1 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.
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