5/11/4
This commit is contained in:
@@ -74,7 +74,7 @@ void main() async {
|
||||
print(Get.deviceLocale!.countryCode);
|
||||
Stripe.publishableKey = AK.publishableKey;
|
||||
|
||||
Get.put(LocationBackgroundController());
|
||||
// Get.put(LocationBackgroundController());
|
||||
|
||||
if (Platform.isAndroid || Platform.isIOS) {
|
||||
await Firebase.initializeApp(
|
||||
@@ -146,11 +146,11 @@ class MyApp extends StatelessWidget {
|
||||
key: UniqueKey(),
|
||||
// routes: {'/':const HomePage()},
|
||||
// home: LoginCaptin());
|
||||
getPages: [
|
||||
GetPage(name: '/', page: () => SplashScreen()),
|
||||
GetPage(
|
||||
name: '/OrderRequestPage/:id', page: () => OrderRequestPage()),
|
||||
],
|
||||
// getPages: [
|
||||
// GetPage(name: '/', page: () => SplashScreen()),
|
||||
// GetPage(
|
||||
// name: '/OrderRequestPage/:id', page: () => OrderRequestPage()),
|
||||
// ],
|
||||
initialRoute: '/',
|
||||
home: SplashScreen());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user