MaikuB / flutter_local_notifications

A Flutter plugin for displaying local notifications on Android, iOS, macOS and Linux
2.47k stars 1.4k forks source link

[Question] html text and image in MessagingStyleInformation #2429

Open mbenci opened 1 month ago

mbenci commented 1 month ago

I would like to understand if it is possible to use text in html format inside the "Message" object and possibly how to do it. In my tests the text in the notification was plain (

hello

). I would also like to understand if it was possible to insert an image instead of text. These are possibilities that I have seen done in chat like WhatsApp but I cannot reproduce the same result here. Thank you