Created
April 11, 2022 07:03
-
-
Save abdullahnettoor/84e2d4e0fe20947551a532b3f0d990d3 to your computer and use it in GitHub Desktop.
Set cursor position at the end of the value in flutter in TextField
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| controller.text = someString; | |
| controller.selection = TextSelection.fromPosition(TextPosition(offset: controller.text.length)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment