Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 343
khushbu movaliya Avatar asked Nov 04 '25 03:11

khushbu movaliya


1 Answers

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

like image 118
Hakkı Akut Avatar answered Nov 06 '25 02:11

Hakkı Akut