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 ...
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 ...
I guess the articles are getting pretty boring these days, don’t you? That’s why I am planning to talk to you as if I am talking to you a human, not a robot(like ...
Today our task would be to be able to log users in to our app. Also, to design a register page. All of this is with a little fun behind the scenes. Let’s first convert our login page to a stateful ...
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 ...
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 ...
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 ...
Hey there, and welcome back to python-hub.com! Building Connect 5 Steps At A Time. Welcome to a New Chapter on Python-Hub.comIntroducing: Connect – A Photo Sharing AppBuilding Connect 5 Steps… ...