singerdmx / flutter-quill

Rich text editor for Flutter
https://pub.dev/packages/flutter_quill
MIT License
2.6k stars 839 forks source link

How to obtain the x and y coordinates of the cursor #2390

Open zhaofeixaing opened 23 hours ago

zhaofeixaing commented 23 hours ago

Is there an existing issue for this?

The question

I want to convert the x and y coordinates of the cursor position to global coordinates, but I haven't found an API for obtaining the cursor position yet. Have you encountered the same problem? How can I solve it