stateful_data 1.0.4 copy "stateful_data: ^1.0.4" to clipboard
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.dart for 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:
    • Uninitialized
    • Empty
    • Loading
    • Updating
    • Dirty
    • Ready
    • Failure
  • Added core API for transitioning between states.
  • Provided foundational documentation and README.
  • Established repository structure and issue tracker.
3
likes
155
points
183
downloads

Publisher

verified publisherkonstantinvoronov.com

Weekly Downloads

A fully declarative data-lifecycle approach to BLoC-style state management in Flutter.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on stateful_data