passnger/5/3/4

This commit is contained in:
Hamza-Ayed
2024-05-03 12:33:24 +03:00
parent d26feb7595
commit 90acb96e40
60 changed files with 478 additions and 10752 deletions

View File

@@ -57,16 +57,9 @@ void main() async {
print(Get.deviceLocale!.countryCode);
Stripe.publishableKey = AK.publishableKey;
if (box.read(BoxName.driverID) != null) {
Get.defaultDialog(
title: 'Gps required',
middleText: '',
confirm: MyElevatedButton(
title: 'ok'.tr,
onPressed: () {
Get.put(LocationBackgroundController());
}));
}
Get.put(LocationBackgroundController());
if (Platform.isAndroid || Platform.isIOS) {
await Firebase.initializeApp(
options: DefaultFirebaseOptions.currentPlatform,