Check your topic list on firebase console.
Read moreHow do I display pictures in notification flutter?
To achieve an image on local notification, first add the awesome_notifications Flutter package by adding the following lines in pubspec. yaml file . awesome_notifications is the best flutter package we got to show local notifications in the Flutter app.
Read moreHow do I add a photo to a notification on Android?
To add an image in your notification, pass an instance of NotificationCompat. BigPictureStyle to setStyle() .
Read more