url_text 2.0.0 copy "url_text: ^2.0.0" to clipboard
url_text: ^2.0.0 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.0

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
160
points
350
downloads

Publisher

verified publishermaomishen.com

Weekly Downloads

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

Repository (GitHub)

Documentation

API reference

License

BSD-2-Clause (license)

Dependencies

flutter, url_launcher

More

Packages that depend on url_text