rules/missing_try_catch_rule library
Classes
- MissingTryCatchRule
-
Flags
awaiton a network call (http / Dio / Supabase / Firebase) that is not enclosed in a try/catch. Network calls throw; unhandled exceptions crash the app or break state.
await on a network call (http / Dio / Supabase / Firebase) that
is not enclosed in a try/catch. Network calls throw; unhandled exceptions
crash the app or break state.