disable provider auto retry

This commit is contained in:
Henry Hiles 2026-07-22 16:35:18 -04:00
commit eecc307f04
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs

View file

@ -84,7 +84,7 @@ void main() async {
runApp(
ProviderScope(
retry: null,
retry: (_, _) => null,
observers: [
// Change false to true if you want debug information on provider reloads
// ignore: dead_code