Fakultas Ilmu Komputer UI
Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ppl-fasilkom-ui
2020
PPL-C
DTB-Layanan Fasilitas Publik Penyandang Disabilitas
PoiPoLeGan-PPLapanganTembak-DTB Layanan Fasilitas Publik Penyandang Disabilitas-FE
Commits
9fa06692
Commit
9fa06692
authored
Mar 25, 2020
by
Agnes Handoko
Browse files
[CHORE] fix some code smell and increasing coverage
parent
2e2cc89d
Pipeline
#37315
passed with stages
in 5 minutes and 12 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
lib/config/styles.dart
View file @
9fa06692
...
...
@@ -2,7 +2,6 @@ import 'package:flutter/material.dart';
final
Color
greenPrimary
=
Color
(
0xff3A903A
);
final
Color
redPrimary
=
Color
(
0xffC60000
);
final
Color
bluePrimary
=
Color
(
0xff537AC6
);
final
double
smallSpace
=
4.0
;
final
double
regularSpace
=
8.0
;
...
...
lib/page/filter & fasilitas/fasilitas.dart
View file @
9fa06692
...
...
@@ -89,7 +89,7 @@ class _FasilitasState extends State<Fasilitas> {
disabledTextColor:
Colors
.
black
,
padding:
EdgeInsets
.
all
(
8
),
shape:
RoundedRectangleBorder
(
borderRadius:
BorderRadius
.
circular
(
10
)
,
borderRadius:
regular
BorderRadius
,
side:
BorderSide
(
color:
Colors
.
transparent
)),
splashColor:
Colors
.
lightGreen
,
onPressed:
()
{
...
...
@@ -125,7 +125,7 @@ class _FasilitasState extends State<Fasilitas> {
disabledTextColor:
Colors
.
black
,
padding:
EdgeInsets
.
all
(
8
),
shape:
RoundedRectangleBorder
(
borderRadius:
BorderRadius
.
circular
(
10
)
,
borderRadius:
regular
BorderRadius
,
side:
BorderSide
(
color:
Colors
.
transparent
)),
splashColor:
Colors
.
lightGreen
,
onPressed:
()
{
...
...
@@ -194,13 +194,13 @@ class _FasilitasState extends State<Fasilitas> {
],
)),
Icon
(
Icons
.
thumb_down
,
color:
Colors
.
red
[
800
]
,
size:
20
),
color:
redPrimary
,
size:
20
),
Text
(
'1 tidak suka'
,
style:
TextStyle
(
fontSize:
12
,
fontWeight:
FontWeight
.
w600
,
color:
Colors
.
red
[
800
]
,
color:
redPrimary
,
),
),
],
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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