How to handle errors in flutter providers? #303
Unanswered
codemewell
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Do you have some example code to reproduce this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
📦 🏴 🐛 Minimal reproduction code:
🔥 Bug appears in asynchronous provider's methods. (Synch methods work fine) 🏆 Solution I came up with is following:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
ChangeNotifiers' unhandled exceptions don't seems to be catched by SentryFlutter appRunner wrapper.
Is there any recommended way to catch these exceptions in providers and report to Sentry?
Beta Was this translation helpful? Give feedback.
All reactions