happy ending

This commit is contained in:
baroni31
2026-05-20 22:08:30 +01:00
parent 3b93cffd38
commit 20f3c821ca
24 changed files with 60 additions and 56 deletions

View File

@@ -127,7 +127,7 @@ class _HomePageState extends ConsumerState<HomePage> {
shrinkWrap: true,
physics: const NeverScrollableScrollPhysics(),
itemCount: posts.length,
separatorBuilder: (_, __) => const SizedBox(height: 24),
separatorBuilder: (_, _) => const SizedBox(height: 24),
itemBuilder: (context, index) {
final post = posts[index];
return _FeedPostCard(