From 084be98c5b34e1070335313eb80d16d123722131 Mon Sep 17 00:00:00 2001 From: Luke Strickland Date: Fri, 25 Feb 2022 13:48:16 -0500 Subject: [PATCH] Landscape phone full screen, also adding bluetooth --- android/app/src/main/AndroidManifest.xml | 8 ++- ios/Runner.xcodeproj/project.pbxproj | 6 +- ios/Runner/Info.plist | 2 +- lib/screens/AppScreen.dart | 1 - lib/screens/CategoryListScreen.dart | 1 - lib/screens/ChannelScreen.dart | 75 +++++++++++++----------- lib/screens/FollowingScreen.dart | 1 - lib/screens/LoginScreen.dart | 1 - lib/screens/ProfileScreen.dart | 1 - pubspec.yaml | 2 +- 10 files changed, 51 insertions(+), 47 deletions(-) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 6ca3e9c..37f0640 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,8 +1,6 @@ - - @@ -61,10 +59,16 @@ android:name="flutterEmbedding" android:value="2" /> + + + + + +