mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Multi-line text editing and actions other than DONE were never implemented in Flutter on Fuchsia. This change implements the feature, by plumbing the desired action through to Fuchsia proper, and back, as Fuchsia's text editing API expects. Tested: the new behavior was verified by Fuchsia-side integration tests. Issue: https://github.com/flutter/flutter/issues/106905