FinniversKit 145.1.0
Adds support for anchor tags in HTMLText
.
That means that something like this:
HTMLText("Here is a text with <a href=\"https://example.com\">a link</a>")
Will be rendered as text and the a link
part will be underlined and act as a link that will open the browser with https://example.com
.
Full Changelog: 145.0.1...145.1.0