flutterpush-notificationfirebase-cloud-messaging

How to show image in firebase push notification in flutter


I want to display image in push notification in flutter. I have image url in my message object from server, using this url I want to diaply image in both android and iOS device. How can I do this in flutter. Any help is appreciated.


Solution

  • for notifications you can use https://pub.dev/packages/flutter_local_notifications this package

    check it out showBigPictureNotification() https://github.com/MaikuB/flutter_local_notifications/blob/master/flutter_local_notifications/example/lib/main.dart