marcglasberg / async_redux

Flutter Package: A Redux version tailored for Flutter, which is easy to learn, to use, to test, and has no boilerplate. Allows for both sync and async reducers.
Other
230 stars 41 forks source link

Remove flutter dependency - Create second repository #94

Closed stefanschaller closed 3 years ago

stefanschaller commented 3 years ago

It would be awesome to have two separate packages.

async_redux → The core functionality

asycn_redux_flutter → The flutter specific stuff

The goal is, to have the possibility to create a pure dart library that don't have any dependencies to flutter.

Could be similar like: reduxhttps://pub.dev/packages/redux flutter_reduxhttps://pub.dev/packages/flutter_redux

Thank you so much, man 🙏🏼

marcglasberg commented 3 years ago

Sorry, but this is not something I intend to do. It's best we find a way to separate the code enough so that you can run this package without Flutter when needed. See: https://github.com/marcglasberg/async_redux/issues/90