Initial commit for driver_tripz

This commit is contained in:
Hamza-Ayed
2026-01-20 23:45:40 +03:00
parent 322e4b9788
commit cb2a0f2493
400 changed files with 1450 additions and 49069 deletions

View File

@@ -51,9 +51,9 @@ class VerifyEmailPage extends StatelessWidget {
const SizedBox(
height: 30,
),
MyElevatedButton(
title: 'Send Verfication Code'.tr,
onPressed: () => controller.sendVerifications())
// MyElevatedButton(
// title: 'Send Verfication Code'.tr,
// onPressed: () => controller.sendVerifications())
],
),
),