We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
if you have something like this: ZefyrEditor( controller: _controller, readOnly: true, ), the User will be able to delete the text in the editor.
ZefyrEditor( controller: _controller, readOnly: true, ),
showCursor: false, doesn't help
showCursor: false,
flutter --version:
Flutter 2.2.3 • channel stable • https://github.com/flutter/flutter.git Framework • revision f4abaa0735 (7 weeks ago) • 2021-07-01 12:46:11 -0700 Engine • revision 241c87ad80 Tools • Dart 2.13.4
The text was updated successfully, but these errors were encountered:
Confirmed happens on android too, testing on the emulator. Hopefully this is a simple fix.
Sorry, something went wrong.
No branches or pull requests
if you have something like this:
ZefyrEditor( controller: _controller, readOnly: true, ),
the User will be able to delete the text in the editor.
showCursor: false,
doesn't helpflutter --version:
Flutter 2.2.3 • channel stable • https://github.com/flutter/flutter.git
Framework • revision f4abaa0735 (7 weeks ago) • 2021-07-01 12:46:11 -0700
Engine • revision 241c87ad80
Tools • Dart 2.13.4
The text was updated successfully, but these errors were encountered: