happy ending
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user