flutter_selectable_text 0.3.1 copy "flutter_selectable_text: ^0.3.1" to clipboard
flutter_selectable_text: ^0.3.1 copied to clipboard

discontinued

A widget that allows to display text like the Text widget, while also allowing actions like selecting and copying text.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_selectable_text

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

dependencies:
  flutter_selectable_text: ^0.3.1

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:flutter_selectable_text/flutter_selectable_text.dart';
3
likes
40
pub points
32%
popularity

Publisher

unverified uploader

A widget that allows to display text like the Text widget, while also allowing actions like selecting and copying text.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_selectable_text