markdown_url_text 0.0.17 copy "markdown_url_text: ^0.0.17" to clipboard
markdown_url_text: ^0.0.17 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.

Based on Flutter's built-in RichText rather than html.

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));
0
likes
110
pub points
27%
popularity

Publisher

verified publisherleest.dev

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

Homepage

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, url_launcher

More

Packages that depend on markdown_url_text