brianegan / dart_redux_epics

Redux.dart middleware for handling actions using Dart Streams
MIT License
141 stars 22 forks source link

Add onChange to the EpicStore #16

Closed jnorkus closed 5 years ago

jnorkus commented 5 years ago

Currently it is not possible to consume the state stream, only a current state. It makes it impossible to work with multiple streams.

brianegan commented 5 years ago

Releasing this as part of 0.10.2. Thanks again!