Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sai Srinivas
gen_services
Commits
a3215481
Commit
a3215481
authored
Nov 17, 2025
by
Sai Srinivas
Browse files
font changes
parent
fa9159c9
Changes
6
Hide whitespace changes
Inline
Side-by-side
android/app/build.gradle.kts
View file @
a3215481
...
...
@@ -44,18 +44,18 @@ android {
versionName
=
flutter
.
versionName
}
signingConfigs
{
create
(
"release"
)
{
keyAlias
=
keystoreProperties
[
"keyAlias"
]
as
String
keyPassword
=
keystoreProperties
[
"keyPassword"
]
as
String
storeFile
=
keystoreProperties
[
"storeFile"
]
?.
let
{
file
(
it
)
}
storePassword
=
keystoreProperties
[
"storePassword"
]
as
String
}
//
create("release") {
//
keyAlias = keystoreProperties["keyAlias"] as String
//
keyPassword = keystoreProperties["keyPassword"] as String
//
storeFile = keystoreProperties["storeFile"]?.let { file(it) }
//
storePassword = keystoreProperties["storePassword"] as String
//
}
}
buildTypes
{
release
{
// TODO: Add your own signing config for the release build.
// Signing with the debug keys for now, so `flutter run --release` works.
signingConfig
=
signingConfigs
.
getByName
(
"
release
"
)
signingConfig
=
signingConfigs
.
getByName
(
"
debug
"
)
}
}
}
...
...
lib/Screens/HelpAndComplaintScreens/SelectOrderHelpScreen.dart
View file @
a3215481
...
...
@@ -429,7 +429,7 @@ class _SelectOrderHelpScreenState extends State<SelectOrderHelpScreen> {
"AMC "
,
style:
TextStyle
(
fontSize:
11
,
fontFamily:
"
PoppinsBol
d"
,
fontFamily:
"
HemiHea
d"
,
fontStyle:
FontStyle
.
italic
,
fontWeight:
FontWeight
.
w700
,
color:
...
...
@@ -442,7 +442,7 @@ class _SelectOrderHelpScreenState extends State<SelectOrderHelpScreen> {
"Protected"
,
style:
TextStyle
(
fontSize:
11
,
fontFamily:
"
PoppinsBol
d"
,
fontFamily:
"
HemiHea
d"
,
fontStyle:
FontStyle
.
italic
,
fontWeight:
FontWeight
.
w700
,
color:
...
...
@@ -494,7 +494,7 @@ class _SelectOrderHelpScreenState extends State<SelectOrderHelpScreen> {
"Warranty"
,
style:
TextStyle
(
fontSize:
11
,
fontFamily:
"
PoppinsBol
d"
,
fontFamily:
"
HemiHea
d"
,
fontStyle:
FontStyle
.
italic
,
fontWeight:
FontWeight
.
w700
,
color:
...
...
lib/Screens/HomeScreen.dart
View file @
a3215481
...
...
@@ -821,7 +821,7 @@ class _HomeScreenState extends State<HomeScreen> {
"AMC "
,
style:
TextStyle
(
fontSize:
11
,
fontFamily:
"
PoppinsBol
d"
,
fontFamily:
"
HemiHea
d"
,
fontStyle:
FontStyle
.
italic
,
fontWeight:
FontWeight
.
w700
,
color:
...
...
@@ -834,7 +834,7 @@ class _HomeScreenState extends State<HomeScreen> {
"Protected"
,
style:
TextStyle
(
fontSize:
11
,
fontFamily:
"
PoppinsBol
d"
,
fontFamily:
"
HemiHea
d"
,
fontStyle:
FontStyle
.
italic
,
fontWeight:
FontWeight
.
w700
,
color:
...
...
@@ -886,7 +886,7 @@ class _HomeScreenState extends State<HomeScreen> {
"Warranty"
,
style:
TextStyle
(
fontSize:
11
,
fontFamily:
"
PoppinsBol
d"
,
fontFamily:
"
HemiHea
d"
,
fontStyle:
FontStyle
.
italic
,
fontWeight:
FontWeight
.
w700
,
color:
...
...
lib/Screens/generatorDetailsScreen.dart
View file @
a3215481
...
...
@@ -873,7 +873,7 @@ class _GeneratordetailsscreenState extends State<Generatordetailsscreen> {
"AMC "
,
style:
TextStyle
(
fontSize:
12
,
fontFamily:
"
PoppinsBol
d"
,
fontFamily:
"
HemiHea
d"
,
fontStyle:
FontStyle
.
italic
,
fontWeight:
FontWeight
.
w700
,
color:
...
...
@@ -886,7 +886,7 @@ class _GeneratordetailsscreenState extends State<Generatordetailsscreen> {
"Protected"
,
style:
TextStyle
(
fontSize:
12
,
fontFamily:
"
PoppinsBol
d"
,
fontFamily:
"
HemiHea
d"
,
fontStyle:
FontStyle
.
italic
,
fontWeight:
FontWeight
.
w700
,
color:
...
...
@@ -936,7 +936,7 @@ class _GeneratordetailsscreenState extends State<Generatordetailsscreen> {
"Warranty"
,
style:
TextStyle
(
fontSize:
12
,
fontFamily:
"
PoppinsBol
d"
,
fontFamily:
"
HemiHea
d"
,
fontStyle:
FontStyle
.
italic
,
fontWeight:
FontWeight
.
w700
,
color:
...
...
lib/Screens/scheduleListScreen.dart
View file @
a3215481
...
...
@@ -388,7 +388,7 @@ class _ScheduleListScreenState extends State<ScheduleListScreen> {
"AMC "
,
style:
TextStyle
(
fontSize:
12
,
fontFamily:
"
PoppinsBol
d"
,
fontFamily:
"
HemiHea
d"
,
fontStyle:
FontStyle
.
italic
,
fontWeight:
FontWeight
.
w700
,
color:
...
...
@@ -401,7 +401,7 @@ class _ScheduleListScreenState extends State<ScheduleListScreen> {
"Protected"
,
style:
TextStyle
(
fontSize:
12
,
fontFamily:
"
PoppinsBol
d"
,
fontFamily:
"
HemiHea
d"
,
fontStyle:
FontStyle
.
italic
,
fontWeight:
FontWeight
.
w700
,
color:
...
...
@@ -451,7 +451,7 @@ class _ScheduleListScreenState extends State<ScheduleListScreen> {
"Warranty"
,
style:
TextStyle
(
fontSize:
12
,
fontFamily:
"
PoppinsBol
d"
,
fontFamily:
"
HemiHea
d"
,
fontStyle:
FontStyle
.
italic
,
fontWeight:
FontWeight
.
w700
,
color:
...
...
pubspec.lock
View file @
a3215481
...
...
@@ -141,10 +141,10 @@ packages:
dependency: transitive
description:
name: fake_async
sha256: "
6a95e56b2449df2273fd8c45a662d6947ce1ebb7aafe80e550a3f68297f3cacc
"
sha256: "
5368f224a74523e8d2e7399ea1638b37aecfca824a3cc4dfdf77bf1fa905ac44
"
url: "https://pub.dev"
source: hosted
version: "1.3.
2
"
version: "1.3.
3
"
ffi:
dependency: transitive
description:
...
...
@@ -404,26 +404,26 @@ packages:
dependency: transitive
description:
name: leak_tracker
sha256:
c35baad643ba394b40aac41080300150a4f08fd0fd6a10378f8f7c6bc161acec
sha256:
"33e2e26bdd85a0112ec15400c8cbffea70d0f9c3407491f672a2fad47915e2de"
url: "https://pub.dev"
source: hosted
version: "1
0
.0.
8
"
version: "1
1
.0.
2
"
leak_tracker_flutter_testing:
dependency: transitive
description:
name: leak_tracker_flutter_testing
sha256:
f8b613e7e6a13ec79cfdc0e97638fddb3ab848452eff057653abd3edba760573
sha256:
"1dbc140bb5a23c75ea9c4811222756104fbcd1a27173f0c34ca01e16bea473c1"
url: "https://pub.dev"
source: hosted
version: "3.0.
9
"
version: "3.0.
10
"
leak_tracker_testing:
dependency: transitive
description:
name: leak_tracker_testing
sha256: "
6ba465d5d76e67ddf503e1161d1f4a6bc42306f9d66ca1e8f079a47290fb06d3
"
sha256: "
8d5a2d49f4a66b49744b23b018848400d23e54caf9463f4eb20df3eb8acb2eb1
"
url: "https://pub.dev"
source: hosted
version: "3.0.
1
"
version: "3.0.
2
"
lints:
dependency: transitive
description:
...
...
@@ -809,10 +809,10 @@ packages:
dependency: transitive
description:
name: test_api
sha256:
fb31f383e2ee25fbbfe06b40fe21e1e458d14080e3c67e7ba0acfde4df4e0bbd
sha256:
"522f00f556e73044315fa4585ec3270f1808a4b186c936e612cab0b565ff1e00"
url: "https://pub.dev"
source: hosted
version: "0.7.
4
"
version: "0.7.
6
"
typed_data:
dependency: transitive
description:
...
...
@@ -921,10 +921,10 @@ packages:
dependency: transitive
description:
name: vector_math
sha256:
"80b3257d1492ce4d091729e3a67a60407d227c27241d6927be0130c98e741803"
sha256:
d530bd74fea330e6e364cda7a85019c434070188383e1cd8d9777ee586914c5b
url: "https://pub.dev"
source: hosted
version: "2.
1.4
"
version: "2.
2.0
"
vm_service:
dependency: transitive
description:
...
...
@@ -974,5 +974,5 @@ packages:
source: hosted
version: "6.5.0"
sdks:
dart: ">=3.
7.2
<4.0.0"
dart: ">=3.
8.0-0
<4.0.0"
flutter: ">=3.29.0"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment