25-1/29/1
This commit is contained in:
@@ -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),
|
||||
// ),
|
||||
],
|
||||
),
|
||||
);
|
||||
|
||||
@@ -459,7 +459,7 @@ class MainBottomMenuMap extends StatelessWidget {
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: [
|
||||
Text(
|
||||
'${'Where to'.tr} ${encryptionHelper.decryptData(box.read(BoxName.name).toString().split(' ')[0]).toString()} ${encryptionHelper.decryptData(box.read(BoxName.name).toString().split(' ')[1]).toString()}',
|
||||
'${'Where to'.tr} ${encryptionHelper.decryptData(box.read(BoxName.name).toString().split(' ')[0])} ',
|
||||
style: AppStyle.subtitle),
|
||||
// if (controller.noCarString)
|
||||
// Text('Nearest Car: ~'.tr,
|
||||
|
||||
@@ -125,7 +125,7 @@ class ComplaintPage extends StatelessWidget {
|
||||
),
|
||||
const SizedBox(height: 24),
|
||||
CupertinoFormSection(
|
||||
header: Text('SWIFTI answer'.tr),
|
||||
header: Text('Tripz answer'.tr),
|
||||
children: [
|
||||
SizedBox(
|
||||
height: 100,
|
||||
|
||||
Reference in New Issue
Block a user