redux_future 0.1.3 copy "redux_future: ^0.1.3" to clipboard
redux_future: ^0.1.3 copied to clipboard

Dart 1 only

A Redux Middleware for handling Dart Futures as actions

Changelog #

0.1.3 #

  • Dispatch initialAction through the entire Middelware chain. Fix contributed by Kezhu Wang!

0.1.2 #

  • Fix FutureAction incorrect type parameter. Fix contributed by Kezhu Wang!

0.1.1 #

  • Move to Github
  • Add the ability to await the resulting action (Fulfilled or Rejected) after it has been dispatched to the store.
  • Added FutureResultAction as base class for Fulfilled / Rejected actions.

0.1.0 #

  • Initial version, includes a futureMiddleware that intercepts Futures and FutureActions, captures their results, and dispatches their results as Redux actions.
  • Included classes
    • FutureAction
    • FutureFulfilledAction
    • FutureRejectedAction
0
likes
15
pub points
0%
popularity

Publisher

unverified uploader

A Redux Middleware for handling Dart Futures as actions

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

redux

More

Packages that depend on redux_future