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?