rules/missing_try_catch_rule library

Classes

MissingTryCatchRule
Flags 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.