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

An Editable Text Widget

Getting started #

to use this package you need to use following code in your project

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

Publisher

unverified uploader

Weekly Downloads

An Editable Text Widget

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on editable_text