This commit is contained in:
Hamza-Ayed
2025-03-08 19:35:09 +03:00
parent d41314cfed
commit 5a4664ed67
30 changed files with 433 additions and 306 deletions

View File

@@ -135,9 +135,9 @@ void main() async {
Stripe.publishableKey = AK.publishableKeyStripe;
PermissionStatus status1 = await Permission.location.status;
if (status1.isGranted) {
await LocationController().startLocationUpdates();
}
// if (status1.isGranted) {
await LocationController().startLocationUpdates();
// }
if (Platform.isAndroid || Platform.isIOS) {
NotificationController notificationController =