Subhojeet Sahoo
Subhojeet Sahoo
Currently users are receiving notifications for receiving likes and comments on their posts and on being followed by some user . But users should also receive notifications when they get...
Users should be able to select and upload multiple images . Maximum number of images in a single post should be 5.
Implement methods to delete :- - [ ] a single message ( sender's ) - [x] whole conversation ( from both end )
Use Firebase push notification service for sending notification to users whenever they receive messages.
Implement a mechanism to store the user's current login status on the device using SharedPreferences. This feature ensures that users remain logged in even after closing the application or restarting...
Currently, our Flutter project utilizes the native splash screen functionality. However, this approach might not align with our project requirements or preferences. Native splash screens can sometimes lead to inconsistencies...
- [ ] Design UI layout for the feed screen. - [ ] Fetch and display posts from the backend server. - [ ] Implement features like liking, commenting, and...
- [ ] Create UI wireframes for the profile page. - [ ] Implement UI design using Flutter widgets. - [ ] Integrate user data retrieval from the authentication module....