mindfulnotifier
mindfulnotifier copied to clipboard
Styling
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?
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.
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.