fluttercommunity / rx_command

RxCommand - Reactive event handler wrapper class inspired by ReactiveUI. Maintainer @escamoteur
https://pub.dev/packages/rx_command
MIT License
134 stars 19 forks source link

Update to use with latest rxdart version #40

Closed nosmirck closed 4 years ago

nosmirck commented 4 years ago
flutter pub get
Running "flutter pub get" in project...                   
Because rx_command >=5.0.0 depends on rxdart ^0.23.1 and project depends on rxdart ^0.24.1, rx_command >=5.0.0 is forbidden.

So, because project depends on rx_command ^5.0.3, version solving failed.
pub get failed (1; So, because project depends on rx_command ^5.0.3, version solving failed.)
exit code 1
baku-apps commented 4 years ago

When I bump up the rx_dart package (to 0.24) in the rx_command pub package several unit tests fail :(

escamoteur commented 4 years ago

Thanks for the PR! I just pushed V5.1.0