url_text 2.0.1 copy "url_text: ^2.0.1" to clipboard
url_text: ^2.0.1 copied to clipboard

Url Test. Identify web links in text and make them clickable.

url_text #

Url Test. Identify web links in text and make them clickable.

What is looks like? #

Screenshot

Getting Started #

UrlText(
    'This https://www.google.com is jump to Google.',
    urlStyle: TextStyle(
        color: Colors.purple,
        fontStyle: FontStyle.italic,
        fontWeight: FontWeight.w800),
    style: TextStyle(color: Colors.pink),
    markdown: false,
),
UrlText(
    'Or just using the markdown. [This is Google Web](https://www.google.com).',
    urlStyle: TextStyle(
        color: Colors.purple,
        fontStyle: FontStyle.italic,
        fontWeight: FontWeight.w800),
    style: TextStyle(color: Colors.pink),
    markdown: true,
),

Publish to Pub.dev #

flutter format .
flutter pub publish --dry-run
flutter pub publish
2
likes
140
pub points
34%
popularity

Publisher

verified publishermaomishen.com

Url Test. Identify web links in text and make them clickable.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (LICENSE)

Dependencies

flutter, url_launcher

More

Packages that depend on url_text