flutter/dev
Yegor d0664bcd79
a few web tweaks for a11y assessment app (#134479)
Mostly tweaks for better focus management, namely:

* Use `autofocus` throughout so the a11y focus is transferred to a logical place when overlaid content pops up (screen transitions, dialogs).
* Consolidate "enabled" and "disabled" widgets into the same screen. Otherwise, when only a disabled widget is shown, there's nothing to focus on and the screen reader is lost.
2023-09-21 19:38:20 +00:00
..
a11y_assessments a few web tweaks for a11y assessment app (#134479) 2023-09-21 19:38:20 +00:00
automated_tests [deps] Update package:web dependency. (#135174) 2023-09-20 22:55:52 +00:00
benchmarks [deps] Update package:web dependency. (#135174) 2023-09-20 22:55:52 +00:00
bots [deps] Update package:web dependency. (#135174) 2023-09-20 22:55:52 +00:00
ci Bump activesupport from 6.1.7.3 to 6.1.7.6 in /dev/ci/mac (#133225) 2023-08-24 20:06:51 +00:00
conductor Enable strict-inference (#135043) 2023-09-20 19:59:08 +00:00
customer_testing Unpin url launcher (remake) (#134958) 2023-09-20 02:43:57 +00:00
devicelab [deps] Update package:web dependency. (#135174) 2023-09-20 22:55:52 +00:00
docs Enable private field promotion for dev (#134480) 2023-09-12 18:29:00 +00:00
forbidden_from_release_tests Unpin url launcher (remake) (#134958) 2023-09-20 02:43:57 +00:00
integration_tests Fix violation of the render rule in Windows Startup Test (#134245) 2023-09-21 17:43:07 +00:00
manual_tests [deps] Update package:web dependency. (#135174) 2023-09-20 22:55:52 +00:00
missing_dependency_tests Enable private field promotion for dev (#134480) 2023-09-12 18:29:00 +00:00
snippets/config Remove null-safety argument from DartPad doc samples (#127345) 2023-05-23 00:10:11 +00:00
tools [deps] Update package:web dependency. (#135174) 2023-09-20 22:55:52 +00:00
tracing_tests [deps] Update package:web dependency. (#135174) 2023-09-20 22:55:52 +00: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.