You can send notifications from the Firebase Cloud Messaging (FCM) console directly. To do so, follow the steps outlined below. Go to the Cloud Messaging section from the left menu of the project overview page and click Send your first message. Enter a notification title, text, and name, then click Next .26 May 2021
Read moreHow do I make a notification icon?
Create a notification icon
Read moreHow do I change the notification sound on my Flutter?
Place custom sound files in your app bundle or in the Library/Sounds folder of your app’s container directory . Custom sounds must be under 30 seconds when played. If a custom sound is over that limit, the default system sound is played instead.
Read moreHow do I add icons to my notification on Flutter?
Let’s start: first Add icon inside the drawable folder for notification icon . Note: The notification icon which you want to add should be transparent. If the transparent icon is not added, then by default grey icon is getting display even you followed all steps properly.
Read moreHow do I push notifications on Flutter?
How to Add Push Notifications to a Flutter App using Firebase Cloud Messaging
Read more