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.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add url_text

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  url_text: ^2.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:url_text/url_text.dart';
2
likes
140
pub points
40%
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