I am trying to add a deep link to my calendar with flutter. As deep links don't work on calendar, i hyperlinked them.
When i am in edit mode (of the event, not the text field) i can see it (pic 2), when i am just looking at it, it's gone. It's important to note that if I go back into edit mode, it re-appears! So it has to be stored, just not displayed
Any ideas why? Is this an android bug maybe?
update!
_url = "\n\n\n" + url +" <--- click here \n\n\n test_line";
If I do this here, the "test_line" is invisible, the link is visible, so it appears to be a Calendar issue.
Not an ideal solution so I won't give it as answer.

