mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
The old code stripped the USB hid usage page value from the Fuchsia key. It shouldn't be doing that. This change fixes the issue, and adds tests that rely on the key constants to verify that the change indeed does what it is supposed to do. In the process of fixing this, filed a few known issues and marked them as TODO. These issues should be handled in separate PRs. Fixes: https://github.com/flutter/flutter/issues/93890