mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
## Description This PR fixes an 'Unexpected null value' error related to autoFill. When using Autofill feature, Chrome emits keyboard events whose `event.code` and `event.key` are null. ## Related Issue Fixes https://github.com/flutter/flutter/issues/114620. ## Tests Adds 1 test.