0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.