flutter/examples/api/lib/services/keyboard_key
Greg Spencer efe76a5373
Update key examples to use Focus widgets instead of RawKeyboardListener (#101537)
This updates the examples for PhysicalKeyboardKey and LogicalKeyboardKey to use Focus widgets that handle the keys instead of using RawKeyboardListener, since that usually leads people down the wrong path. Updated the See Also and added tests as well. Also exposed the `physicalKey` attribute for `tester.sendKeyEvent`.
2022-04-08 12:05:41 -07:00
..
logical_keyboard_key.0.dart Update key examples to use Focus widgets instead of RawKeyboardListener (#101537) 2022-04-08 12:05:41 -07:00
physical_keyboard_key.0.dart Update key examples to use Focus widgets instead of RawKeyboardListener (#101537) 2022-04-08 12:05:41 -07:00