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.

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
40
pub points
16%
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