x1ongzhu 6 jaren geleden
bovenliggende
commit
bea817a78b
2 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2 2
      lib/main.dart
  2. 0 0
      lib/pages/Recharge.dart

+ 2 - 2
lib/main.dart

@@ -87,9 +87,9 @@ Future<void> main() async {
   }
   }
   final Store<AppState> store = Store<AppState>(appReducer, initialState: state);
   final Store<AppState> store = Store<AppState>(appReducer, initialState: state);
 
 
+  FlutterBugly.init(androidAppId: 'bd9a511cb9', iOSAppId: '');
+
   FlutterBugly.postCatchedException(() {
   FlutterBugly.postCatchedException(() {
     runApp(MobileCyberGamesApp(store));
     runApp(MobileCyberGamesApp(store));
   });
   });
-
-  FlutterBugly.init(androidAppId: 'bd9a511cb9', iOSAppId: '');
 }
 }

+ 0 - 0
lib/pages/recharge.dart → lib/pages/Recharge.dart