Develop a Flutter app that triggers local notifications at a specified time. Include options for scheduling and cancelling notifications.
Build a Flutter application that receives push notifications using Firebase Cloud Messaging. Test with different message types.
Create an app that allows users to set reminders for various tasks. Use local notifications to alert users when a task is due.
Build a news application that sends push notifications to users when new articles are published or when there is breaking news.
Build an app that allows users to select custom sounds for different types of notifications.
Create an app where notifications come with actions (like ‘Reply’, ‘Mark as Read’, etc.), and demonstrate handling these actions within the Flutter app.