interactive_text_plus 1.1.7 copy "interactive_text_plus: ^1.1.7" to clipboard
interactive_text_plus: ^1.1.7 copied to clipboard

A Flutter package for rendering interactive text with support for clickable phone numbers, email addresses, and URLs.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add interactive_text_plus

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

dependencies:
  interactive_text_plus: ^1.1.7

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:interactive_text_plus/interactive_text.dart';
1
likes
145
points
62
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter package for rendering interactive text with support for clickable phone numbers, email addresses, and URLs.

License

MIT (license)

Dependencies

flutter, url_launcher

More

Packages that depend on interactive_text_plus