Skip to content

Commit

Permalink
Add tags in post screen
Browse files Browse the repository at this point in the history
  • Loading branch information
dhafinrayhan committed Mar 12, 2024
1 parent 830876e commit b585840
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/features/posts/screens/post.dart
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ class PostScreen extends ConsumerWidget {
final records = [
(label: 'Title', text: post.title),
(label: 'Body', text: post.body),
(label: 'Tags', text: post.tags.join(', ')),
(label: 'Reactions', text: post.reactions.toString()),
];
return ListView.builder(
Expand Down

0 comments on commit b585840

Please sign in to comment.