In the create post page you’ll need to pass an empty list of likes. As when a post is created there are no likes to it. Go to post_repo and create a toggleLikePosts method that takes post id and user ...
Go to the home page. Move the method that redirects to the create post page to a floating action button. On a Desktop screen, ...
The overall purpose of the modifications in profile_cubit.dart is to enhance profile updates by adding image upload ...
In the lib/features/post/data/ create a new file imagekit_post_repo.dart It would be almost the same as the image kit repo of the profile feature. In the lib/features/post/presentation/cubits create a ...