]> git.cworth.org Git - lmno.games/commitdiff
Change app name to 'Families Game'
authorKevin Worth <kworth082@gmail.com>
Mon, 27 Apr 2020 02:06:01 +0000 (22:06 -0400)
committerKevin Worth <kworth082@gmail.com>
Mon, 27 Apr 2020 02:06:01 +0000 (22:06 -0400)
flutterfamilies/lib/main.dart

index 11655b668ba1bae286b1fd31f1234cdec0b46d36..560dc04f04f82dae6ecd89b0cc5b276faa2d8314 100644 (file)
@@ -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)'),
     );
   }
 }