flow_state_controller 1.0.0
flow_state_controller: ^1.0.0 copied to clipboard
A lightweight state management solution for Flutter that handles loading, success, and failure states with stream-based reactivity.
1.0.0 - 2025-04-04 #
Added #
- Initial release of
flow_state_controller
. - Implemented a lightweight state management solution using streams.
- Support for handling loading, success, and failure states.
- Integrated
rxdart
for reactive state management. - Added
equatable
for easy state comparisons. - Provided documentation and setup instructions.