gabrimatic / restart_app

A Flutter plugin that helps you to restart the whole Flutter app with a single function call by using native APIs.
https://pub.dev/packages/restart_app
MIT License
76 stars 71 forks source link

How to set custom message on notification #17

Closed maciogg closed 2 months ago

maciogg commented 1 year ago

Is it possible to set custom message pon notification? I've app in many languages :)

PhaniUmmedisetti commented 1 year ago

is there a way to achieve this?

PhaniUmmedisetti commented 1 year ago

It'll be really helpful if we can send a custom message in the notification.

PhaniUmmedisetti commented 1 year ago

Fork this repo and change the sendNotification function. Change the title and body just like below

Screenshot 2023-09-01 at 12 08 55 PM
gabrimatic commented 2 months ago

Now in the new version 1.3.0, you can customize the title and the body of the notification.