fluttercommunity / redux.dart

Redux for Dart
https://pub.dev/packages/redux
MIT License
515 stars 61 forks source link

rxdart dependency #51

Closed ftognetto closed 4 years ago

ftognetto commented 5 years ago

possibility to use PublishSubject or BehaviorSubject for the store

brianegan commented 4 years ago

Hey there @quantosapplications -- Overall, I get what you're trying to achieve, but I'm not sure this fits in well with this Redux library specifically.

Since we're trying our best to emulate the default Redux.js functionality in a Dart world, I really think adding in Rx would be overkill for this little library. I think this might be better as a specialized fork for your particular needs!