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

- Fixed documentation for CommandResult #41

Closed AlexBacich closed 4 years ago

AlexBacich commented 4 years ago

I want to push bigger update for RxWidgets and this one is preparation to the RxWidgets update. Specifically scenario when command is blank isn't handled properly in widgets so new constructor here is created to showcase that scenario later on.

escamoteur commented 4 years ago

Thanks a lot!