Merge branch 'master' into Max

updating Max branch things
This commit is contained in:
Bnice2max
2020-02-27 18:45:52 -05:00
9 changed files with 278 additions and 105 deletions

View File

@@ -1,5 +1,5 @@
import 'package:flutter/material.dart';
import 'home_widget2.dart';
import 'home_widget.dart';
void main() => runApp(App());
@@ -15,6 +15,7 @@ class App extends StatelessWidget{
),
home: MyHomePage(title: 'UNCC Sports Demo Home Page'),*/
debugShowCheckedModeBanner: false,
title: 'UNCC Athletics',
home: Home(),
);
}