selectable 0.3.1 selectable: ^0.3.1 copied to clipboard
A Flutter widget that enables text selection over all the text widgets it contains.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add selectable
With Flutter:
$ flutter pub add selectable
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
selectable: ^0.3.1
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/selectable.dart';