flutter/examples/api/lib
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
..
animation/curves Enable avoid_redundant_argument_values lint (#91409) (#91462) 2021-10-08 09:25:14 -07:00
cupertino CupertinoSliverNavigationBar: Add example (#99384) 2022-03-02 18:31:50 -08:00
foundation/change_notifier feat: Added docstring examples to AnimatedBuilder and ChangeNotifier (#98628) 2022-02-28 12:41:20 -08:00
gestures/pointer_signal_resolver Clean up the bindings APIs. (#89451) 2022-02-03 14:55:15 -08:00
material Implements a PlatformMenuBar widget and associated data structures (#100274) 2022-04-04 15:03:10 -07:00
painting/gradient More beautiful linear_gradient sample (#99298) 2022-03-02 16:41:21 -08:00
rendering/sliver_grid Clean up examples, remove section markers and --template args (#91133) 2021-10-04 12:16:17 -07:00
services Update key examples to use Focus widgets instead of RawKeyboardListener (#101537) 2022-04-08 12:05:41 -07:00
ui/text Move examples from dart:ui ui/lib/text.dart to examples/api (#96557) 2022-01-14 15:42:54 -08:00
widgets Adds a Listview tile select example (#99165) 2022-03-07 18:56:17 -08:00