flutter_command
flutter_command copied to clipboard
Hi, while using flutter_commands in a real-world project, a lot of new ideas and thoughts have appeared. I would like to use this place to discuss them before going forward...
Hi Thomas, While working on the Objective Key Roles demo I posted in [twitter](https://twitter.com/scabhilash/status/1345956316490166272?s=20) I came across a case of reloading the screen with all the objectives from the backend...
It would be nice to have firebase examples using flutter_command. The two most common examples in the wild are [login](https://bloclibrary.dev/#/flutterfirebaselogintutorial) and [todos](https://bloclibrary.dev/#/flutterfirestoretodostutorial).
According to the comment for `CommandResult` class: ``` /// Combined execution state of a `Command` represented using four of its fields. /// A [CommandResult] will be issued for any state...
Hello, I wanted to use the catchAlways parameter in the Command factories to avoid automatically catching errors thrown by my command’s function. I noticed that this property no longer exists,...