diff --git a/lib/main.dart b/lib/main.dart index b68a8cc..0083b82 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -65,6 +65,7 @@ void main() async { ProviderScope( observers: [ // Change false to true if you want debug information on provider reloads + // ignore: dead_code if (false && kDebugMode) Logger(), ], child: const App(),