mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
## Description This PR updates the Windows text input plugin to avoid adding a new line on a multiline text field when action is not set to `TextInputAction.newline`. ## Related Issue Fixes https://github.com/flutter/flutter/issues/125879 as Linux and macOS implementations are merged. Linux PR: https://github.com/flutter/engine/pull/41895 macOS PR: https://github.com/flutter/engine/pull/41977 ## Tests Adds 2 tests.