ย ยทย Programmer by force

Any way to get cursor index in a TextField?

Widgets & Design

Currently working on a specialized calculator, can't seem to find a way to get caret/cursor position of any given TextField so I could make my custom on screen keyboard add text to that exact cursor position instead of adding it to the end of the string like cave men did in the early 90s.

Any step by step on how to add this functionality as a custom widget maybe?

What have you tried so far?

I've tried every search possible, only found someone suggesting to use Flutter's own controls but I haven't gotten them to work yet.

Did you check FlutterFlow's Documentation for this topic?
No
1