-
-
Notifications
You must be signed in to change notification settings - Fork 505
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No way to catch error [Bug report] #658
Comments
you can set printError = false to ignore the error info to be print |
and for more , if the error is throw by http, then we can't do any thing for it |
I already set to false but it is still printing the error |
and for more , if the error is throw by http, then we can't do any thing for it |
Please check this to fix your |
Version
8.2.0
Platforms
Android, iOS
Device Model
iPhone 13 mini
flutter info
How to reproduce?
How to handle error if one is thrown by the package?
It just throws error in console.. There should be a better way to handle error than throwing it. This issue still happens even after :
clearMemoryCacheIfFailed= true and defining failed widget by loadstatechanged
It still throws errors and there is no way to catch it
Logs
Example code (optional)
Contact
reply to this issue
The text was updated successfully, but these errors were encountered: