We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 429e8dc commit f4869feCopy full SHA for f4869fe
bricks/flutter_clean_base/__brick__/{{project_name.snakeCase()}}/lib/main.gen.dart
@@ -30,7 +30,7 @@ Future<void> main{{#flavorizr}}App{{/flavorizr}}() async {
30
final isAllowedToUseApp = await environmentService().initialize();
31
if (isAllowedToUseApp) {
32
{{#isRiverpod}}
33
- runApp(ProviderScope(child: const App()));
+ runApp(const ProviderScope(child: App()));
34
{{/isRiverpod}}
35
{{^isRiverpod}}
36
runApp(const App());
0 commit comments