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

@@ -13,7 +13,7 @@ import '../../controllers/theme_controller.dart';
import '../../themes/app_them_data.dart';
import '../../themes/round_button_fill.dart';
import '../../themes/text_field_widget.dart';
import 'package:get/get.dart';
import 'package:get/get.dart' hide Trans;
import 'forgot_password_screen.dart';
import 'mobile_login_screen.dart';
@@ -72,8 +72,7 @@ class LoginScreen extends StatelessWidget {
children: [
const SizedBox(height: 20),
Text(
ConstTexts.loginToExplore.tr()
,
ConstTexts.loginToExplore.tr(),
style: AppThemeData.boldTextStyle(
fontSize: 24,
color:
@@ -143,7 +142,7 @@ class LoginScreen extends StatelessWidget {
),
const SizedBox(height: 20),
RoundedButtonFill(
borderRadius: 10.r,
borderRadius: 10.r,
title: ConstTexts.login.tr(),
onPress: controller.loginWithEmail,
color:
@@ -218,7 +217,7 @@ class LoginScreen extends StatelessWidget {
children: [
Expanded(
child: RoundedButtonFill(
borderRadius: 10.r,
borderRadius: 10.r,
title: ConstTexts.withGoogle.tr(),
textColor:
isDark
@@ -242,7 +241,7 @@ class LoginScreen extends StatelessWidget {
Platform.isIOS
? Expanded(
child: RoundedButtonFill(
borderRadius: 10.r,
borderRadius: 10.r,
title: ConstTexts.withApple.tr(),
isCenter: true,
textColor: