BASE: Update Icons & Name Of The App.

This commit is contained in:
2025-12-04 10:23:59 +05:00
parent b04050384d
commit e602782edd
228 changed files with 34364 additions and 7905 deletions

View File

@@ -10,7 +10,7 @@ import 'package:easy_localization/easy_localization.dart';
import 'package:flutter/material.dart';
import 'package:flutter_hooks/flutter_hooks.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart';
import 'package:get/get.dart';
import 'package:get/get.dart' hide Trans;
import 'Intercity_home_screen.dart';
import 'cab_booking_screen.dart';
@@ -123,7 +123,7 @@ class CabHomeScreen extends HookWidget {
CrossAxisAlignment.start,
children: [
Text(
ConstTexts.everyRideVerified.tr(),
ConstTexts.everyRideVerified.tr(),
style: AppThemeData.boldTextStyle(
color:
isDark
@@ -133,8 +133,7 @@ class CabHomeScreen extends HookWidget {
),
),
Text(
ConstTexts.allDriversIDCheck
.tr(),
ConstTexts.allDriversIDCheck.tr(),
style: AppThemeData.mediumTextStyle(
color:
isDark