feat : post respect ratio and height
This commit is contained in:
@@ -214,6 +214,7 @@ class EventDetailsView extends StackedView<EventDetailsViewModel> {
|
||||
imageUrls: index % 3 == 0 ? ['assets/images/Affiche.jpg'] : null,
|
||||
likesCount: (index + 1) * 5,
|
||||
commentsCount: (index + 1) * 2,
|
||||
aspectRatio: 4/5,
|
||||
onLike: () {
|
||||
// Action lors du clic sur "J'aime"
|
||||
print('Like publication ${index + 1}');
|
||||
|
||||
Reference in New Issue
Block a user