editable_text 1.0.1 copy "editable_text: ^1.0.1" to clipboard
editable_text: ^1.0.1 copied to clipboard

An Editable Text Widget

Getting started #

An "editable text view where the user can edit text by double-tapping on the text" is typically a user interface component that combines the characteristics of a TextView and an EditText

            EditableTextWidget(
                initialText: "text",
                onTextChangedSubmitted: (newText) {
                 print(newText)
                })
1
likes
120
points
24
downloads

Publisher

unverified uploader

Weekly Downloads

An Editable Text Widget

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on editable_text