Go to the home page. Move the method that redirects to the create post page to a floating action button. On a Desktop screen, ...
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 ...
Welcome back to Connect: Building a Photo-Sharing App 5 Steps at a Time! Today’s focus? Fixing a pesky image upload bug and laying the foundation for the posting feature.
Today we will start out with setting and updating the profile image of the user. Just when I was starting out to use Firebase Storage I realized that; It was no longer free! But luckily today I got to ...
Profile pictures are one of the most personal parts of any app—but handling uploads, updates, and deletions efficiently? That’s a whole different story. Today, we’re integrating ImageKit.io to make ...
Editing your profile should feel simple and seamless, right? That’s why today, we’re taking the first step toward making profiles fully editable through the UI—directly updating Firestore using ...
Now, if there is a profile image and it got loaded correctly then, I want to show it as a cached image. Just to test it out. Go to imagekit’s user_profiles folder that you created earlier. Upload a ...
Flutter BLoC Example for Beginners Welcome back to python-hub.com. Where we are building 🔥Connect: A Photo Sharing App - 5 Steps at a Time 🔥 Today’s goal? Fetching & updating… ...