flutter textfield cursor position not changed when modufy text in flutter code example
Example: flutter textfield cursor position
controller.text = someString;
controller.selection = TextSelection.fromPosition(TextPosition(offset: controller.text.length));