brianegan / dart_redux_epics

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

Need update to redux 3.0.0 #8

Closed Paul-Todd closed 6 years ago

Paul-Todd commented 6 years ago

Hi, at the moment the dependencies specify that it will use Redux up to but not including Redux 3.0.0 and this is causing a problem with the dependency checker in Dart nesting too deep to try to work out a compatible version.

Can we get the version pushed up to include 3.0.0?

FWIW I have the following dependencies:

redux: ^3.0.0
rxdart: ^0.16.5
flutter_redux: ^0.5.0
brianegan commented 6 years ago

@Paul-Todd Thanks! I'm on the case. Look for an update in the next day or so 😄

brianegan commented 6 years ago

0.9.0 has been released with Redux 3.0.0 support