Commit 2bfa9d64 authored by Sai Srinivas's avatar Sai Srinivas
Browse files

28-11-2025 Login and OTP screen changes by srinivas

parent 060a8734
......@@ -135,18 +135,13 @@ class _LoginScreenState extends State<LoginScreen> {
mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: [
const SizedBox(height: 80),
const Spacer(),
/// 🔹 Logo
Row(
mainAxisAlignment: MainAxisAlignment.start,
children: [
SizedBox(width: 30),
SvgPicture.asset(
"assets/svg/gensis_latest_logo.svg",
height: 50,
color: Colors.white,
),
],
///
SizedBox(width: 30),
SvgPicture.asset(
"assets/svg/genservice_full.svg",
height: 50,
),
const SizedBox(height: 12),
......@@ -154,37 +149,27 @@ class _LoginScreenState extends State<LoginScreen> {
const Spacer(),
Row(
mainAxisAlignment: MainAxisAlignment.start,
crossAxisAlignment: CrossAxisAlignment.center,
mainAxisAlignment: MainAxisAlignment.center,
children: [
SizedBox(width: 6),
Padding(
padding: const EdgeInsets.symmetric(
horizontal: 30,
vertical: 12,
Text(
"Login to",
style: TextStyle(
fontSize: 35,
height: 1,
fontFamily: "PoppinsThin",
fontWeight: FontWeight.w200,
color: Color(0xFF2D2D2D),
),
child: Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: [
Text(
"Login to",
style: TextStyle(
fontSize: 48,
height: 1,
fontFamily: "PoppinsThin",
fontWeight: FontWeight.w200,
color: Colors.white,
),
),
),
SizedBox(width: 10,),
Text(
"continue",
style: TextStyle(
fontSize: 48,
fontWeight: FontWeight.w500,
color: Colors.white,
),
),
],
Text(
"Continue",
style: TextStyle(
fontSize: 35,
fontWeight: FontWeight.w500,
color: Color(0xFF008CDE),
),
),
],
......
......@@ -255,7 +255,7 @@ class _OtpScreenState extends State<OtpScreen> {
height: double.infinity,
decoration: const BoxDecoration(
image: DecorationImage(
image: AssetImage("assets/images/background_png.png"),
image: AssetImage("assets/images/bg_image_new.png"),
fit: BoxFit.cover,
),
),
......@@ -276,54 +276,38 @@ class _OtpScreenState extends State<OtpScreen> {
mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: [
const SizedBox(height: 80),
const Spacer(),
/// 🔹 Logo
Row(
mainAxisAlignment: MainAxisAlignment.start,
children: [
const SizedBox(width: 30),
SvgPicture.asset(
"assets/svg/gensis_latest_logo.svg",
height: 50,
color: Colors.white,
),
],
const SizedBox(width: 30),
SvgPicture.asset(
"assets/svg/genservice_full.svg",
height: 50,
),
const SizedBox(height: 12),
const Spacer(),
Row(
mainAxisAlignment: MainAxisAlignment.start,
crossAxisAlignment: CrossAxisAlignment.center,
mainAxisAlignment: MainAxisAlignment.center,
children: [
SizedBox(width: 6),
Padding(
padding: const EdgeInsets.symmetric(
horizontal: 30,
vertical: 12,
Text(
"Login to",
style: TextStyle(
fontSize: 35,
height: 1,
fontFamily: "PoppinsThin",
fontWeight: FontWeight.w200,
color: Color(0xFF2D2D2D),
),
child: Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: [
Text(
"Login to",
style: TextStyle(
fontSize: 48,
height: 1,
fontFamily: "PoppinsExtraLight",
fontWeight: FontWeight.w200,
color: Colors.white,
),
),
Text(
"continue",
style: TextStyle(
fontSize: 48,
fontWeight: FontWeight.w500,
color: Colors.white,
),
),
],
),
SizedBox(width: 10,),
Text(
"Continue",
style: TextStyle(
fontSize: 35,
fontWeight: FontWeight.w500,
color: Color(0xFF008CDE),
),
),
],
......
......@@ -21,10 +21,10 @@ packages:
dependency: transitive
description:
name: async
sha256: "758e6d74e971c3e5aceb4110bfd6698efc7f501675bcfe0c775459a8140750eb"
sha256: d2872f9c19731c2e5f10444b14686eb7cc85c76274bd6c16e1816bff9a3bab63
url: "https://pub.dev"
source: hosted
version: "2.13.0"
version: "2.12.0"
boolean_selector:
dependency: transitive
description:
......@@ -189,10 +189,10 @@ packages:
dependency: transitive
description:
name: fake_async
sha256: "5368f224a74523e8d2e7399ea1638b37aecfca824a3cc4dfdf77bf1fa905ac44"
sha256: "6a95e56b2449df2273fd8c45a662d6947ce1ebb7aafe80e550a3f68297f3cacc"
url: "https://pub.dev"
source: hosted
version: "1.3.3"
version: "1.3.2"
ffi:
dependency: transitive
description:
......@@ -588,26 +588,26 @@ packages:
dependency: transitive
description:
name: leak_tracker
sha256: "8dcda04c3fc16c14f48a7bb586d4be1f0d1572731b6d81d51772ef47c02081e0"
sha256: c35baad643ba394b40aac41080300150a4f08fd0fd6a10378f8f7c6bc161acec
url: "https://pub.dev"
source: hosted
version: "11.0.1"
version: "10.0.8"
leak_tracker_flutter_testing:
dependency: transitive
description:
name: leak_tracker_flutter_testing
sha256: "1dbc140bb5a23c75ea9c4811222756104fbcd1a27173f0c34ca01e16bea473c1"
sha256: f8b613e7e6a13ec79cfdc0e97638fddb3ab848452eff057653abd3edba760573
url: "https://pub.dev"
source: hosted
version: "3.0.10"
version: "3.0.9"
leak_tracker_testing:
dependency: transitive
description:
name: leak_tracker_testing
sha256: "8d5a2d49f4a66b49744b23b018848400d23e54caf9463f4eb20df3eb8acb2eb1"
sha256: "6ba465d5d76e67ddf503e1161d1f4a6bc42306f9d66ca1e8f079a47290fb06d3"
url: "https://pub.dev"
source: hosted
version: "3.0.2"
version: "3.0.1"
lints:
dependency: transitive
description:
......@@ -1257,10 +1257,10 @@ packages:
dependency: transitive
description:
name: vm_service
sha256: ddfa8d30d89985b96407efce8acbdd124701f96741f2d981ca860662f1c0dc02
sha256: "0968250880a6c5fe7edc067ed0a13d4bae1577fe2771dcf3010d52c4a9d3ca14"
url: "https://pub.dev"
source: hosted
version: "15.0.0"
version: "14.3.1"
web:
dependency: transitive
description:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment