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

Nextable RxCommand #18

Closed anaisbetts closed 5 years ago

anaisbetts commented 5 years ago

next is a new property which lets us await on the next invocation of the command. This is nice on its own, as well as making it easier to chain RxCommands together.

Fixes #16

escamoteur commented 5 years ago

Good idea!!