3 Commits
master ... Max

Author SHA1 Message Date
Bnice2max
bfe79ac367 Merge branch 'master' into Max
updating Max branch things
2020-02-27 18:45:52 -05:00
Bnice2max
c89530ca56 saved comment details 2020-02-21 15:02:45 -05:00
Bnice2max
96ecdc3876 storing hello world changes 2020-02-07 15:00:27 -05:00

View File

@@ -7,6 +7,13 @@ class App extends StatelessWidget{
@override
Widget build(BuildContext context) {
return MaterialApp(
/* title: 'UNCC Sports app Demo',
theme: ThemeData(
primaryColor: Colors.lightGreen.shade900,
accentColor: Colors.yellow.shade600,
),
home: MyHomePage(title: 'UNCC Sports Demo Home Page'),*/
debugShowCheckedModeBanner: false,
title: 'UNCC Athletics',
home: Home(),