We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc549e3 commit 38be3bcCopy full SHA for 38be3bc
lib/main.dart
@@ -14,6 +14,7 @@ class MyApp extends StatelessWidget {
14
return MaterialApp(
15
title: 'Florecita',
16
home: const FlowerPage(),
17
+ debugShowCheckedModeBanner: false,
18
);
19
}
20
0 commit comments