flutter/dev/tools
Greg Spencer 289deef8c5
Add C++ code generation for key maps. (#50998)
This adds generation of some C++ keycode maps for various platforms.

This isn't meant for general use: it's so that the Flutter authors can keep the keycodes up to date with the Chromium and Android (and other) sources. It doesn't run continuously, it's only run occasionally (manually) to update the maps, because they don't change very often, and there is often manual work needed to make it function.

In this PR, I added output of various .cc files that write into an engine repo situated next to the flutter repo on disk. This is a starting point for implementing platform-side handling of key events.
2020-03-12 17:39:31 -07:00
..
gen_keycodes Add C++ code generation for key maps. (#50998) 2020-03-12 17:39:31 -07:00
lib change quote to avoid escapes (#50368) 2020-02-11 20:58:27 +01:00
localization [gen_l10n] Fix suppportedLocales list (#52448) 2020-03-12 12:58:13 -07:00
test [gen_l10n] Optional Headers (#52125) 2020-03-11 13:55:54 -07:00
vitool Updated package:test, package:test_core, package:coverage, package:package_config (#51946) 2020-03-04 11:40:52 -08:00
dartdoc.dart start multiline strings with newline (#50825) 2020-02-20 10:16:28 +01:00
find_engine_commit.dart Script to find Flutter earliest Flutter revision that contains an engine revision (#50948) 2020-02-24 14:49:12 -08:00
java_and_objc_doc.dart enable lint prefer_final_in_for_each (#47724) 2020-01-07 16:32:04 +01:00
mega_gallery.dart enable lint prefer_final_in_for_each (#47724) 2020-01-07 16:32:04 +01:00
pubspec.yaml Update pub dependencies to roll forward package:test (#52273) 2020-03-10 13:26:02 -07:00
repackage_gradle_wrapper.sh License update (#45373) 2019-11-27 15:04:02 -08:00
update_icons.dart enable lint prefer_final_in_for_each (#47724) 2020-01-07 16:32:04 +01:00