redux_epics 0.7.0 copy "redux_epics: ^0.7.0" to clipboard
redux_epics: ^0.7.0 copied to clipboard

outdatedDart 1 only

A redux.dart Middleware to support the use of Streams

0.7.0 #

  • Breaking Change: Actions you emit from your Epic are now re-dispatched through all Epics. They used to be simply forwarded to the next Middleware in the chain.
  • Added support for async* functions
  • Added TypedEpic as a convenient way to bind actions of a certain type to an epics.

0.6.1 #

Improve docs, bump to ensure it works with latest RxDart.

0.6.0 #

  • Breaking Api Changes
    • Updated to work with Redux 2.0.0
    • Epic is now a typedef
    • CombinedEpic is now combineEpics
37
likes
0
pub points
89%
popularity

Publisher

unverified uploader

A redux.dart Middleware to support the use of Streams

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

redux, rxdart

More

Packages that depend on redux_epics