control_room 1.2.0
control_room: ^1.2.0 copied to clipboard
State Management for Flutter using Streams
Changelog #
All notable changes to this project will be documented in this file.
1.2.0 - 2024-06-04 #
Added #
- Implementation of
StateSelectorfor granular rebuilds based on specific state changes.
1.1.0 - 2024-06-03 #
1.0.0 - 2024-06-02 #
Added #
- Initial release of the Control Room state management package.
- Implementation of
StateControllerfor managing business logic and state using Streams. - Implementation of
ControlRoomInheritedWidget for efficient dependency injection and controller lifecycle management. - Implementation of
StateListenerfor reactive UI rebuilding based on state changes. - Comprehensive example project showcasing multi-controller management and cross-page state persistence.
- Professional documentation in README.md.
- Unit and widget tests for controllers and UI components.