BASE: Update Icons & Name Of The App.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user