linkify_text 0.0.9 copy "linkify_text: ^0.0.9" to clipboard
linkify_text: ^0.0.9 copied to clipboard

LinkifyText is a Text widget that highlight all the links in the text. It further navigates user to the link using browser on tapping on highlighted link.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add linkify_text

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

dependencies:
  linkify_text: ^0.0.9

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:linkify_text/linkify_text.dart';
22
likes
120
pub points
67%
popularity

Publisher

unverified uploader

LinkifyText is a Text widget that highlight all the links in the text. It further navigates user to the link using browser on tapping on highlighted link.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, url_launcher

More

Packages that depend on linkify_text