8000 Hapus debug banner di app · CoderJava/Food-Recipe@d0171db · GitHub
[go: up one dir, main page]

Skip to content

Commit d0171db

Browse files
committed
Hapus debug banner di app
1 parent 61cafcd commit d0171db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/src/app.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ class _AppState extends State<App> {
1717
@override
1818
Widget build(BuildContext context) {
1919
return MaterialApp(
20+
debugShowCheckedModeBanner: false,
2021
routes: {
2122
navigatorListMeals: (context) {
2223
return ListMeals();

0 commit comments

Comments
 (0)
0