Skip to content

Commit

Permalink
Remove debug banner
Browse files Browse the repository at this point in the history
  • Loading branch information
anupcowkur committed Nov 30, 2018
1 parent ad080ee commit 2624048
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/main.dart
Expand Up @@ -8,8 +8,9 @@ class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
debugShowCheckedModeBanner: false,
title: 'Bubbles',
home: Bubbles(),
);
}
}
}

0 comments on commit 2624048

Please sign in to comment.