stateful_data 1.0.4
stateful_data: ^1.0.4 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.3 — Simplified example #
- Updated example: moved all separate files into a single
main.dartfor easier copy–paste and experimentation.
1.0.2 — Examples #
- Updated example to follow pub.dev convention.
1.0.1 — Examples & Flutter usage helpers #
- Added usage examples demonstrating common lifecycle scenarios.
- Update README with guidance on:
- recommended architectural usage patterns
- value vs no-value lifecycle semantics
- failure & optimistic-update handling
- Introduced
.statefulBuilder()sugar extensions for widgets and streams.
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.