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

discontinued
outdated

A Selectable Text widget for Flutter.

Selectable Text #

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

Because this widget uses the EditableText widget, it does not support RichText nor text spans.

This will work with different text styles and line heights.

Getting Started #

Using the SelectableText widget is simple, just pass in the text:

SelectableText("my text");
3
likes
0
pub points
32%
popularity

Publisher

unverified uploader

A Selectable Text widget for Flutter.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_selectable_text