atomic_flutter 0.1.3
atomic_flutter: ^0.1.3 copied to clipboard
A lightweight, reactive state management solution for Flutter applications with domain-specific atoms.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.1 - 2025-03-17 #
0.1.0 - 2025-03-17 #
Added #
- Initial beta release
- Core
Atomclass for state management computedfunction for derived state- UI widgets:
AtomBuilder,MultiAtomBuilder, andAtomSelector - Extension methods:
effect,asStream,select,debounce, andthrottle - Automatic memory management with reference counting
- Debug utilities for tracking atom state and changes
- Comprehensive documentation and examples