Merge remote-tracking branch 'origin/development' into development

development
Sikander Saleem 3 years ago
commit 023c461289

@ -22,6 +22,10 @@
<string>$(FLUTTER_BUILD_NUMBER)</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSMicrophoneUsageDescription</key>
<string>Need this permission to record voice</string>
<key>NSPhotoLibraryAddUsageDescription</key>
<string>Need this permission to save tangheem as image on device</string>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>
@ -39,13 +43,9 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>NSPhotoLibraryAddUsageDescription</key>
<string>Need this permission to save tangheem as image on device</string>
<key>NSMicrophoneUsageDescription</key>
<string>Need this permission to record voice</string>
<key>UISupportsDocumentBrowser</key>
<true/>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
</dict>
</plist>

@ -23,7 +23,7 @@ import 'ui/screens/tangheem_screen.dart';
Future<void> main() async {
WidgetsFlutterBinding.ensureInitialized();
await Firebase.initializeApp();
// await Firebase.initializeApp();
runApp(Application());
}

Loading…
Cancel
Save