reduxsaga / redux_saga

Redux Saga library for Dart and Flutter
MIT License
39 stars 7 forks source link

flutter pub get is failing #16

Closed ashim-kr-saha closed 3 years ago

ashim-kr-saha commented 3 years ago

[todo] flutter pub get Running "flutter pub get" in todo...
Because every version of redux_saga depends on redux ^4.0.0 and todo depends on redux ^5.0.0, redux_saga is forbidden.

So, because todo depends on redux_saga ^2.0.2, version solving failed. pub get failed (1; So, because todo depends on redux_saga ^2.0.2, version solving failed.) exit code 1

bilal-uslu commented 3 years ago

Now redux_saga 2.1.0 is avaliable on pub.dev Versions are updated also Thanks for the contribution

ashim-kr-saha commented 3 years ago

Thanks :)