diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 0fc243a..b4d4b56 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -7,7 +7,7 @@ FlutterApplication and put your custom class here. --> CFBundleInfoDictionaryVersion 6.0 CFBundleName - capstone_hungry_hippos + UNCC Athletics CFBundlePackageType APPL CFBundleShortVersionString diff --git a/lib/main.dart b/lib/main.dart index 48b4830..47d6b1c 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -7,6 +7,7 @@ class App extends StatelessWidget{ @override Widget build(BuildContext context) { return MaterialApp( + debugShowCheckedModeBanner: false, title: 'UNCC Athletics', home: Home(), );