stateful_data 1.0.0
stateful_data: ^1.0.0 copied to clipboard
A fully declarative data-lifecycle approach to BLoC-style state management in Flutter.
Changelog #
All notable changes to the stateful_data package will be documented in this file.
1.0.0 — Initial Release #
- Introduced the StatefulData declarative data-lifecycle pattern.
- Implemented the core lifecycle states:
UninitializedEmptyLoadingUpdatingDirtyReadyFailure
- Added core API for transitioning between states.
- Provided foundational documentation and README.
- Established repository structure and issue tracker.