I am stuck on custom fcm push notification in flutter.
Achieved
I am able to send notification in my app form firebase console with help of firebase_messaging example code on pub.dev
Want To Build
I want to add some custom data in notification just like -
custom sound,
custom title,
custom big text,
custom icon
that's all thing want to add in my notification.
I am also able to fully customized notification in android but I want that on my flutter app.
Friends for friends Thank You .