jhomlala / catcher

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

[QUESTION] Can you create a custom error widget #208

Open isAlmogK opened 2 years ago

isAlmogK commented 2 years ago

Wanted to know if it was possible to create a custom error widget? Did not see this in the docs?

CodeGTDLearn commented 2 years ago

Same question. I am having a trouble with the errorWidget. So, I think would great, to have the choice to use a customErrorWidget. It would be great.

Nazarii77 commented 1 year ago

The same here!!! I am using package CachedNetworkImage which has errorWidget in case I do not have a picture. I show default picture in its error widget. Catcher shows the CRASH :(