flutter_command
flutter_command copied to clipboard
The catchAlways property is still mentioned in the documentation
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, contrary to what the documentation says. Out of curiosity, why was it removed? Otherwise, the documentation is very well explained, thank you.
Have a nice day.
Hi, thanks for pointing out. Indeed the docs need updating. We now have the ability to pass an errorFilter when creating a command that controls what happens to the error.
Kamino closed and cloned this issue to flutter-it/command_it