selectable 0.4.0 copy "selectable: ^0.4.0" to clipboard
selectable: ^0.4.0 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 Flutter:

 $ flutter pub add selectable
copied to clipboard

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

dependencies:
  selectable: ^0.4.0
copied to clipboard

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';
copied to clipboard
74
likes
150
points
2.7k
downloads

Publisher

verified publisherronbooth.com

Weekly Downloads

2024.10.08 - 2025.04.22

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

characters, collection, equatable, float_column, flutter, url_launcher

More

Packages that depend on selectable