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
PPL Sosial
bisago
bisago-fe
Commits
14f5e24a
Commit
14f5e24a
authored
May 15, 2021
by
jovi_013
Browse files
[CHORES] Fix error
parent
0bc52a12
Pipeline
#76810
failed with stages
in 1 minute and 39 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
lib/page/filter_fasilitas/kegiatan.dart
View file @
14f5e24a
...
...
@@ -27,6 +27,7 @@ class _KegiatanState extends State<Kegiatan> {
lokasi:
widget
.
lokasi
,
kegiatan:
KegiatanModel
(
id:
widget
.
kegiatan
.
id
,
placeId:
widget
.
kegiatan
.
placeId
,
creator:
widget
.
kegiatan
.
creator
,
namaKegiatan:
widget
.
kegiatan
.
namaKegiatan
,
penyelenggara:
widget
.
kegiatan
.
penyelenggara
,
...
...
lib/page/filter_fasilitas/postingan/detail_post_kegiatan.dart
View file @
14f5e24a
...
...
@@ -47,8 +47,8 @@ class _DetailPostKegiatanPageState extends State<DetailPostKegiatanPage> {
return
WillPopScope
(
child:
Scaffold
(
appBar:
BisaGoAppBar
(
title:
widget
.
kegiatan
.
namaLokasi
,
// ganti widget.x.namalokasi // sudah
key:
Key
(
'appbar-text-
${widget.kegiatan.
namaLokasi
}
'
),
title:
widget
.
kegiatan
.
placeId
,
// ganti widget.x.namalokasi // sudah
key:
Key
(
'appbar-text-
${widget.kegiatan.
placeId
}
'
),
actions:
<
Widget
>[
InkWell
(
child:
const
Icon
(
Icons
.
share
),
...
...
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