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");
copied to clipboard
3
likes
40
points
48
downloads

Publisher

unverified uploader

Weekly Downloads

2024.08.26 - 2025.03.10

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

Repository (GitHub)

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on flutter_selectable_text