jhomlala / catcher

Flutter error catching & handling plugin. Handles and reports exceptions in your app!
Apache License 2.0
784 stars 175 forks source link

Shows crash eport when it should not #243

Closed Nazarii77 closed 1 year ago

Nazarii77 commented 1 year ago

I use flutter package for images:

CachedNetworkImage

In case I am offline and I do not have donloaded image I have

errorWidget

which shows default image "Image Could not be loaded"

Catcher shows CRASH when this errorWidget is built.

THAT IS A CONFLICT!

How to skip catching errors by Catcher?

Nazarii77 commented 1 year ago

The solution is to use: handleSilentError: false