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
125059ae
Verified
Commit
125059ae
authored
Jun 06, 2021
by
Muhammad Ariq Basyar
Browse files
[CHORE] redirect to detail profile when click komentar's creator name
parent
b16a7f3c
Pipeline
#81604
passed with stages
in 18 minutes and 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
lib/page/filter_fasilitas/postingan/detail_post_kegiatan.dart
View file @
125059ae
...
...
@@ -635,11 +635,24 @@ class _DetailPostKegiatanPageState extends State<DetailPostKegiatanPage> {
child:
Column
(
crossAxisAlignment:
CrossAxisAlignment
.
start
,
children:
<
Widget
>[
Text
(
name
,
style:
const
TextStyle
(
fontSize:
18
),
InkWell
(
onTap:
()
{
Navigator
.
push
(
context
,
MaterialPageRoute
(
builder:
(
_
)
=
>
Profile
(
email:
email
,
isPublic:
true
,
),
),
);
},
child:
Text
(
name
,
style:
const
TextStyle
(
fontSize:
18
),
),
),
Text
(
'
${DateFormat('dd MMMM yyy hh:mm').format(created)}
'
,
Text
(
'
${DateFormat('dd MMMM yyy
y
hh:mm').format(created)}
'
,
style:
const
TextStyle
(
color:
grayPrimary
,
fontSize:
14
))
],
),
...
...
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