flutter/dev
Greg Spencer 6504f2896c
Adds menuBarMenuLabel, and removes unneeded key localizations (#102100)
When I added localizations for shortcut keys, I added some that actually can't be shortcut keys, so I'm removing them again. These are mostly Japanese-specific keys that don't even appear on modern keyboards for the most part.

Also, added menuBarMenuLabel for an accessibility label for menu bar menus.

I modified the code for the localization generation scripts to add a --remove-undefined flag that will remove any localizations that don't appear in the canonical locale.
2022-05-09 09:25:52 -07:00
..
automated_tests add missing trailing commas in list/set/map literals (#102585) 2022-04-27 09:15:35 +02:00
benchmarks [dev, bots, examples] rename local functions with _s (#102703) 2022-04-28 10:44:06 -07:00
bots Adds menuBarMenuLabel, and removes unneeded key localizations (#102100) 2022-05-09 09:25:52 -07:00
ci Bump debian from bullseye-20220328-slim to bullseye-20220418-slim in /dev/ci/docker_linux (#102528) 2022-04-25 15:29:08 -07:00
conductor remove unnecessary .toString() (#103226) 2022-05-06 16:04:13 -07:00
customer_testing add missing trailing commas in list/set/map literals (#102585) 2022-04-27 09:15:35 +02:00
devicelab [flutter_tools] add --uninstall-first flag and pipe it through to ios-deploy (#102948) 2022-05-07 11:49:07 -07:00
docs Remove trailing spaces in repo (#101191) 2022-04-15 14:06:30 +02:00
forbidden_from_release_tests Prepare more of dev for use_super_parameters (#101073) 2022-03-30 14:05:05 -07:00
integration_tests remove unnecessary .toString() (#103226) 2022-05-06 16:04:13 -07:00
manual_tests Set template and migrate apps to iOS 11 minimum (#101963) 2022-04-15 11:34:08 -07:00
missing_dependency_tests Prepare dev (minus flutter_gallery) for use_super_parameters (#100516) 2022-03-29 12:52:42 -07:00
snippets/config Fix samples so that they present properly in the docs (#97224) 2022-02-24 18:51:22 -08:00
tools Adds menuBarMenuLabel, and removes unneeded key localizations (#102100) 2022-05-09 09:25:52 -07:00
tracing_tests add missing trailing commas in list/set/map literals (#102585) 2022-04-27 09:15:35 +02:00
analysis_options.yaml Enable more lints (#91642) 2021-10-14 22:03:03 -07:00
README.md Migrate to .ci.yaml (#82960) 2021-05-19 20:09:46 -07:00

This directory contains tools and resources that the Flutter team uses during the 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.

The tests in this directory are run in the framework_tests_misc-* shards.