mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Floating cursor selection hasn't worked as we haven't been returning a real value for `caretRectForPosition:`. If we have the selection rectangles, we can do so. Fixes [#30476](https://github.com/flutter/flutter/issues/30476) Requires selection rects to be turned on for iPhone (https://github.com/flutter/flutter/pull/113048) writing and running engine tests.