mindfulnotifier icon indicating copy to clipboard operation
mindfulnotifier copied to clipboard

Styling

Open GEkuL opened this issue 4 years ago • 2 comments

Hello there,

Another important feature could be the styling. For example to make some word italic or bold. I tried to use markdown syntax or HTML, but it didn't work :(

Could you advice smth about it or add this feature in the future?

GEkuL avatar May 29 '21 10:05 GEkuL

I looked into this at one point way back but didn't take it very far. It should be possible, but if I remember correctly there were some things needing to be sorted out around the notification text.

kmac avatar May 30 '21 16:05 kmac

It looks like some combination of https://pub.dev/packages/markdown and https://pub.dev/packages/flutter_markdown may work here. The https://pub.dev/packages/flutter_local_notifications plugin I'm using supports HTML so I think it looks promising.

kmac avatar Dec 18 '21 15:12 kmac