mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Instead of providing a stream of mutations, we now provide a the client with the complete state of the editing control to prevent the two from getting out of sync. As a side-effect, we can now move the cursor around when editing a text field.