markdown_url_text 0.0.14 copy "markdown_url_text: ^0.0.14" to clipboard
markdown_url_text: ^0.0.14 copied to clipboard

A lightweight widget that parses a text with markdown-style formatted links, and makes makes them tappable.

A lightweight widget that parses a text with markdown-style formatted links, and makes makes them tappable.

Example #

Before

'Click [here](https://leest.app) to visit. [Learn more](https://leest.dev).'

After

Click here to visit. Learn more.

Usage #

UrlText('Click [here](https://leest.app) to visit. [Learn more](https://leest.dev).', 
    style: TextStyle(color: Colors.black), linkStyle: TextStyle(color: Colors.blue));
1
likes
0
points
26
downloads

Publisher

verified publisherleest.dev

Weekly Downloads

A lightweight widget that parses a text with markdown-style formatted links, and makes makes them tappable.

Homepage

License

unknown (license)

Dependencies

flutter, url_launcher

More

Packages that depend on markdown_url_text