Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
C
Crm Attendance
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dio Maulana
Crm Attendance
Commits
83dab250
Commit
83dab250
authored
Jun 08, 2023
by
Dio Maulana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typografy correction
parent
257cb66a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
19 deletions
+19
-19
absent_success.dart
lib/page/absent_success/absent_success.dart
+17
-17
home.dart
lib/page/home/home.dart
+2
-2
No files found.
lib/page/absent_success/absent_success.dart
View file @
83dab250
...
...
@@ -147,27 +147,27 @@ Sukses''',
crossAxisAlignment:
CrossAxisAlignment
.
center
,
mainAxisAlignment:
MainAxisAlignment
.
center
,
children:
[
Text
(
absentSuccess
.
branchCode
,
style:
getSemiBoldStyle
(
color:
ColorManager
.
fontBlack
,
fontSize:
FontSize
.
s20
,
fontFamily:
FontConstants
.
montserrat
,
),
),
SizedBox
(
height:
AppMargin
.
m10
,
),
//
Text(
//
absentSuccess.branchCode,
//
style: getSemiBoldStyle(
//
color: ColorManager.fontBlack,
//
fontSize: FontSize.s20,
//
fontFamily: FontConstants.montserrat,
//
),
//
),
//
SizedBox(
//
height: AppMargin.m10,
//
),
Row
(
mainAxisAlignment:
MainAxisAlignment
.
spaceBetween
,
crossAxisAlignment:
CrossAxisAlignment
.
start
,
crossAxisAlignment:
CrossAxisAlignment
.
center
,
children:
[
Expanded
(
child:
Text
(
profil
.
name
,
style:
get
SemiBold
Style
(
style:
get
Medium
Style
(
color:
ColorManager
.
fontBlack
,
fontSize:
FontSize
.
s
20
,
fontSize:
FontSize
.
s
16
,
fontFamily:
FontConstants
.
montserrat
,
),
maxLines:
2
,
...
...
@@ -178,9 +178,9 @@ Sukses''',
Expanded
(
child:
Text
(
nik
,
style:
get
SemiBold
Style
(
style:
get
Medium
Style
(
color:
ColorManager
.
fontBlack
,
fontSize:
FontSize
.
s
20
,
fontSize:
FontSize
.
s
16
,
fontFamily:
FontConstants
.
montserrat
,
),
maxLines:
2
,
...
...
@@ -212,7 +212,7 @@ Sukses''',
mainAxisAlignment:
MainAxisAlignment
.
start
,
children:
[
Text
(
absentSuccess
.
branchName
,
"[
${absentSuccess.branchCode}
]
${absentSuccess.branchName}
"
,
style:
getSemiBoldStyle
(
color:
ColorManager
.
fontBlack
,
fontSize:
FontSize
.
s16
,
...
...
lib/page/home/home.dart
View file @
83dab250
...
...
@@ -618,7 +618,7 @@ class _SelectOutletState extends State<SelectOutlet> {
children:
[
Expanded
(
child:
Text
(
"
${widget.nearestBranch[selectedBranchFromList].name}
(
${widget.nearestBranch[selectedBranchFromList].code}
)
"
,
"
[
${widget.nearestBranch[selectedBranchFromList].code}
]
${widget.nearestBranch[selectedBranchFromList].name}
"
,
style:
getRegularStyle
(
color:
ColorManager
.
grey
,
fontSize:
16
,
...
...
@@ -765,7 +765,7 @@ class _WidgetSelectOutletState extends State<WidgetSelectOutlet> {
children:
[
Expanded
(
child:
Text
(
"
${widget.nearestBranch[index].name}
(
${widget.nearestBranch[index].code}
)
"
,
"
[
${widget.nearestBranch[index].code}
]
${widget.nearestBranch[index].name}
"
,
style:
getRegularStyle
(
color:
(
selectedOutlet
==
index
)
?
ColorManager
.
link
...
...
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