flutter_command icon indicating copy to clipboard operation
flutter_command copied to clipboard

The catchAlways property is still mentioned in the documentation

Open Spixz opened this issue 10 months ago • 1 comments

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.

Spixz avatar Feb 07 '25 12:02 Spixz

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.

escamoteur avatar Feb 14 '25 11:02 escamoteur

Kamino closed and cloned this issue to flutter-it/command_it

escamoteur avatar Jul 19 '25 18:07 escamoteur