projects
/
lmno.games
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7d546b
)
Add 'Empires' to homepage title
author
Kevin Worth
<kworth082@gmail.com>
Mon, 27 Apr 2020 03:10:21 +0000
(23:10 -0400)
committer
Carl Worth
<cworth@cworth.org>
Sat, 23 May 2020 13:49:00 +0000
(06:49 -0700)
flutterfamilies/lib/main.dart
patch
|
blob
|
history
diff --git
a/flutterfamilies/lib/main.dart
b/flutterfamilies/lib/main.dart
index f61141c2859c4e56bd10380e3d2ba06a6ab1306b..94f0152e335c5184f422a800760aa3e0c8c3b42d 100644
(file)
--- a/
flutterfamilies/lib/main.dart
+++ b/
flutterfamilies/lib/main.dart
@@
-26,7
+26,7
@@
class MyApp extends StatelessWidget {
// closer together (more dense) than on mobile platforms.
visualDensity: VisualDensity.adaptivePlatformDensity,
),
- home: MyHomePage(title: 'Families
(Name Game)
'),
+ home: MyHomePage(title: 'Families
/ Empires
'),
);
}
}