Project

General

Profile

dev #778

Updated by Najmul Hasan over 1 year ago

We need to    implement a notification system in the    app, covering both local and push notifications. This will help improve user engagement by delivering timely reminders and updates, following best practices and ensuring consistency across devices. 

 Tasks: 
 Study & Documentation: 
 - [ ] Research best practices for implementing notifications in Flutter, focusing on local and push notifications. 
 - [ ] Document differences between local and push notifications, along with appropriate use cases in the context of the app (e.g., reminders, promotions, feature updates). 

 Local Notifications: 
 - [ ] Implement local notifications for features such as task completion reminders or app engagement prompts. 
 - [ ] Design user-friendly notification layouts that include clear titles, messages, and app-specific icons. 

 Docs: https://docs.google.com/document/d/1AASRBM7OGvdiuRatWDX6iywjVpue10hubjnRdTSQXKs/edit?tab=t.0

Back