This commit is contained in:
Hamza-Ayed
2024-03-01 00:23:50 +03:00
parent fbb3fe478c
commit ad062d9ad7
42 changed files with 2478 additions and 1485 deletions

View File

@@ -236,21 +236,31 @@ class LoginPage extends StatelessWidget {
),
// const Spacer(),
const SizedBox(
height: 40,
height: 100,
),
GestureDetector(
onTap: () => Get.to(LoginCaptin()),
child: Row(
mainAxisAlignment: MainAxisAlignment.spaceEvenly,
children: [
const Icon(Icons.drive_eta_rounded),
const Icon(
Icons.drive_eta_rounded,
size: 50,
),
Text(
'If You Want be Driver Click Here.'.tr,
'If You Want be Driver \nClick Here.'.tr,
style: AppStyle.headTitle2,
textAlign: TextAlign.center,
),
],
),
)
),
IconButton(
onPressed: () {
box.remove(BoxName.countryCode);
},
icon: const Icon(Icons.delete),
),
],
),
)
@@ -287,7 +297,8 @@ class LoginPage extends StatelessWidget {
RichText(
text: TextSpan(
text:
'By selecting "I Agree" below, I have reviewed and agree to the Terms of Use and acknowledge the ',
'By selecting "I Agree" below, I have reviewed and agree to the Terms of Use and acknowledge the '
.tr,
style: AppStyle.title,
children: <TextSpan>[
TextSpan(
@@ -308,8 +319,8 @@ class LoginPage extends StatelessWidget {
),
));
}),
const TextSpan(
text: '. I am at least 18 years of age.',
TextSpan(
text: '. I am at least 18 years of age.'.tr,
),
],
),