X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=flutterfamilies%2Flib%2Fmain.dart;h=f61141c2859c4e56bd10380e3d2ba06a6ab1306b;hb=d7d546bec9e1d02f31d4efacd56ce565adef6678;hp=115e7f0b5ea4bedd25e160c03fad6c8ca6b9d219;hpb=1cedfd5e6c6735fc39c132bcbf5c4e058cd591e3;p=lmno.games diff --git a/flutterfamilies/lib/main.dart b/flutterfamilies/lib/main.dart index 115e7f0..f61141c 100644 --- a/flutterfamilies/lib/main.dart +++ b/flutterfamilies/lib/main.dart @@ -9,7 +9,7 @@ class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { return MaterialApp( - title: 'Flutter Demo', + title: 'Families Game', theme: ThemeData( // This is the theme of your application. // @@ -26,7 +26,7 @@ class MyApp extends StatelessWidget { // closer together (more dense) than on mobile platforms. visualDensity: VisualDensity.adaptivePlatformDensity, ), - home: MyHomePage(title: 'Flutter Demo Home Page'), + home: MyHomePage(title: 'Families (Name Game)'), ); } }