Skip to content

Commit

Permalink
Edit title
Browse files Browse the repository at this point in the history
  • Loading branch information
akinov committed May 8, 2020
1 parent 03c3c7a commit a6b01b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
title: 'Flutter Demo',
// debugShowCheckedModeBanner: false,
title: 'Dripper',
home: HomePage(),
theme: ThemeData(
textTheme:
Expand Down

0 comments on commit a6b01b8

Please sign in to comment.