flowdux 0.1.0 copy "flowdux: ^0.1.0" to clipboard
flowdux: ^0.1.0 copied to clipboard

A predictable state management library with execution strategies. Supports takeLatest, takeLeading, debounce, throttle, retry, and strategy chaining.

Changelog #

0.1.0 #

  • Initial release
  • Redux-style state management with Store, Reducer, Action
  • Middleware support with execution strategies
  • Execution strategies: takeLatest, takeLeading, sequential, concurrent
  • Timing strategies: debounce, throttle
  • Resilience strategies: retry, retryWithBackoff
  • Strategy chaining and groups
  • FlowHolderAction for wrapping existing Streams
  • FlowHolderMiddleware for processing FlowHolderAction
  • Error handling with ErrorProcessor
  • StoreLogger for debugging
0
likes
0
points
226
downloads

Publisher

unverified uploader

Weekly Downloads

A predictable state management library with execution strategies. Supports takeLatest, takeLeading, debounce, throttle, retry, and strategy chaining.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

Dependencies

meta, rxdart

More

Packages that depend on flowdux