flowner 1.0.0
flowner: ^1.0.0 copied to clipboard
A state management package for Flutter, offering simplicity, efficiency, and scalability.
1.0.0 - 2024-11-27 #
Initial Release #
- Basic state management for simple and complex states.
- Stream-based updates for efficient state management.
- Asynchronous state updates via
updateAsync. - State disposal method to prevent memory leaks.
- Synchronous and asynchronous state change handling.
- Simple API with
get,set, andstreammethods.