We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 200a34e commit be36262Copy full SHA for be36262
lib/main.firebase.dart
@@ -30,7 +30,7 @@ Future<void> main() async {
30
// await Admob.requestTrackingAuthorization();
31
}
32
33
- await Firebase.initializeApp();
+
34
await Hive.initFlutter();
35
await Hive.openBox('app');
36
UIUtils.setLightStatusBar();
@@ -44,6 +44,6 @@ Future<void> main() async {
44
FlutterError.onError = (FlutterErrorDetails err) {
45
FirebaseCrashlytics.instance.recordFlutterError(err);
46
};
47
-
48
runApp(ProviderScope(child: AppNavigator(observers)));
49
0 commit comments