Fakultas Ilmu Komputer UI
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ppl-fasilkom-ui
PPL Sosial
bisago
bisago-fe
Commits
cd9e5d3a
Commit
cd9e5d3a
authored
Jun 09, 2021
by
Patricia Anugrah Setiani
Browse files
[CHORES] fix bisago_drawer, main, & main_staging and edit README
parent
642fee2c
Pipeline
#82421
passed with stages
in 15 minutes and 32 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
cd9e5d3a
...
...
@@ -8,6 +8,21 @@ Code Coverage
## Developers
Kelompok 1 PPL A 2020/2021
1.
[
Ahmad Haulian Yoga Pratama
](
https://gitlab.cs.ui.ac.id/yogahmad
)
2.
[
Alvin Hariman
](
https://gitlab.cs.ui.ac.id/alvin.hariman
)
3.
[
Ardian Ghifari
](
https://gitlab.cs.ui.ac.id/ardian.ghifari
)
4.
[
Christopher Samuel
](
https://gitlab.cs.ui.ac.id/ChSamuel
)
5.
[
Muhammad Ariq Basyar
](
https://gitlab.cs.ui.ac.id/ariqbasyar
)
6.
[
Patricia Anugrah Setiani
](
https://gitlab.cs.ui.ac.id/patricia.anugrah
)
Kelompok 2 PPL A 2020/2021
1.
[
Dzaky Noor Hasyim
](
https://gitlab.cs.ui.ac.id/NoorHasyim
)
2.
[
Gilbert Stefano Wijaya
](
https://gitlab.cs.ui.ac.id/gilbert.stefano
)
3.
[
Jovi Handono Hutama
](
https://gitlab.cs.ui.ac.id/Jovi
)
4.
[
Muhammad Rafif Elfazri
](
https://gitlab.cs.ui.ac.id/RafifEL
)
5.
[
Putri Salsabila
](
https://gitlab.cs.ui.ac.id/putrisalsa_l
)
C
1.
[
Akbar Putra Novial
](
https://gitlab.cs.ui.ac.id/akbarnovial
)
2.
[
Aljihad Ijlal Nadhif Suyudi
](
https://gitlab.cs.ui.ac.id/aljihad.ijlal
)
...
...
lib/component/bisago_drawer.dart
View file @
cd9e5d3a
...
...
@@ -17,9 +17,9 @@ class BisaGoDrawer extends StatelessWidget {
final
List
<
Map
<
String
,
dynamic
>>
drawerList
=
[
{
'title'
:
'Beranda'
,
'icon'
:
Icons
.
home
},
{
'title'
:
'Agenda Kegiatan'
,
'icon'
:
Icons
.
calendar_today
},
{
'title'
:
'Riwayat Pencarian'
,
'icon'
:
Icons
.
history
},
// {'title': 'Layanan Disabilitas', 'icon': Icons.group},
{
'title'
:
'Agenda Kegiatan'
,
'icon'
:
Icons
.
calendar_today
},
{
'title'
:
'Tentang Disabilitas'
,
'icon'
:
Icons
.
accessible
},
{
'title'
:
'Tentang Aplikasi'
,
'icon'
:
Icons
.
info
},
{
'title'
:
'Login'
,
'icon'
:
Icons
.
keyboard_backspace
}
...
...
@@ -50,11 +50,12 @@ class BisaGoDrawer extends StatelessWidget {
if
(
snapshot
.
hasData
&&
snapshot
.
data
!=
'Selamat datang ke BisaGo!'
)
{
return
Container
(
child:
SingleChildScrollView
(
child:
InkWell
(
onTap:
()
{
_navigateToProfilePage
(
context
,
jsonDecode
(
snapshot
.
data
)[
'email'
]);
},
child:
ListVie
w
(
child:
Ro
w
(
children:
<
Widget
>[
Expanded
(
child:
Row
(
...
...
@@ -104,6 +105,7 @@ class BisaGoDrawer extends StatelessWidget {
],
),
),
),
);
}
else
if
(
snapshot
.
hasData
&&
...
...
lib/main.dart
View file @
cd9e5d3a
...
...
@@ -25,6 +25,6 @@ Future main() async {
FirebaseMessaging
.
onBackgroundMessage
(
_firebaseMessagingBackgroundHandler
);
Intl
.
defaultLocale
=
'id_ID'
;
dio
.
options
.
receiveTimeout
=
15000
;
ApiFlavor
.
flavor
=
BuildFlavor
.
development
.
toString
();
ApiFlavor
.
flavor
=
BuildFlavor
.
production
.
toString
();
runApp
(
BisaGo
());
}
lib/main_staging.dart
View file @
cd9e5d3a
...
...
@@ -25,6 +25,6 @@ Future main() async {
FirebaseMessaging
.
onBackgroundMessage
(
_firebaseMessagingBackgroundHandler
);
Intl
.
defaultLocale
=
'id_ID'
;
dio
.
options
.
receiveTimeout
=
15000
;
ApiFlavor
.
flavor
=
BuildFlavor
.
development
.
toString
();
ApiFlavor
.
flavor
=
BuildFlavor
.
staging
.
toString
();
runApp
(
BisaGo
());
}
Write
Preview
Supports
Markdown
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