25-1/29/1

This commit is contained in:
Hamza-Ayed
2025-01-29 13:24:29 +03:00
parent f217b5a34f
commit b00fa8b903
60 changed files with 1031 additions and 1027 deletions

View File

@@ -320,10 +320,10 @@ class LoginPage extends StatelessWidget {
onPressed: () async => await controller.getLocationPermission(),
child: Text('Allow Location Access'.tr),
),
TextButton(
onPressed: () => openAppSettings(),
child: Text('Open Settings'.tr),
),
// TextButton(
// onPressed: () => openAppSettings(),
// child: Text('Open Settings'.tr),
// ),
],
),
);