selectable_autolink_text 2.4.0 selectable_autolink_text: ^2.4.0 copied to clipboard
Generate inline links that can be selected and tapped in text for Flutter.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add selectable_autolink_text
With Flutter:
$ flutter pub add selectable_autolink_text
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
selectable_autolink_text: ^2.4.0
Alternatively, your editor might support dart pub get
or flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:selectable_autolink_text/selectable_autolink_text.dart';