flutter/dev
Greg Spencer 431cfdafd9
Adding support for logical and physical key events (#27627)
This adds support for logical and physical key information inside of RawKeyEvent. This allows developers to differentiate keys in a platform-agnostic way. They are able to tell the physical location of a key (PhysicalKeyboardKey) and a logical meaning of the key (LogicalKeyboardKey), as well as get notified of the character generated by the keypress. All of which is useful for handling keyboard shortcuts.

This PR builds on the previous PR (#27620) which generated the key code mappings and definitions.
2019-02-08 12:42:34 -08:00
..
automated_tests Use flutter_tools to generate build_script (#27277) 2019-02-05 18:35:20 -08:00
benchmarks Use flutter_tools to generate build_script (#27277) 2019-02-05 18:35:20 -08:00
bots Make sample analyzer more friendly for running locally. (#27648) 2019-02-08 10:12:14 -08:00
ci Add docset generation (#24322) 2018-11-15 15:05:57 -08:00
devicelab Add a keyboard key code generator. (#27620) 2019-02-06 16:53:16 -08:00
docs Update dartdoc to 0.28.1+2 and fix search text alignment (#27559) 2019-02-06 11:10:59 -08:00
integration_tests Add a keyboard key code generator. (#27620) 2019-02-06 16:53:16 -08:00
manual_tests Adding support for logical and physical key events (#27627) 2019-02-08 12:42:34 -08:00
missing_dependency_tests Retry remove package:test from flutter (#24007) 2018-11-06 10:48:34 -08:00
snippets Use flutter_tools to generate build_script (#27277) 2019-02-05 18:35:20 -08:00
tools Adding support for logical and physical key events (#27627) 2019-02-08 12:42:34 -08:00
README.md Update some READMEs under dev/. (#15712) 2018-03-19 16:41:36 -07:00

This directory contains tools and resources that the Flutter team uses during development of the framework. The tools in this directory should not be necessary for developing Flutter applications, though of course they may be interesting if you are curious.