url_text

Creator: coderz1093

Last updated:

0 purchases

url_text Image
url_text Images
Add to Cart

Description:

url text

url_text #
Url Test. Identify web links in text and make them clickable.
What is looks like? #

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,
),
copied to clipboard
Publish to Pub.dev #
flutter format .
flutter pub publish --dry-run
flutter pub publish
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.