selectable 0.2.6 copy "selectable: ^0.2.6" to clipboard
selectable: ^0.2.6 copied to clipboard

outdated

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 Flutter:

 $ flutter pub add selectable

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

dependencies:
  selectable: ^0.2.6

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:selectable/selectable.dart';
69
likes
0
pub points
92%
popularity

Publisher

verified publisherronbooth.com

A Flutter widget that enables text selection over all the text widgets it contains.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

characters, collection, equatable, float_column, flutter, url_launcher

More

Packages that depend on selectable