flutter/dev
Nate 3267fbc07a
Implement switch expressions in dev/ (#139048)
I previously made a PR (#136140) that used `switch` expressions to make some parts of the Flutter codebase easier to understand. It was assigned to the framework team, and @christopherfujino let me know that it was too large to effectively review and recommended breaking it up into smaller pull requests.

Here's a PR that only targets files in the `dev/` directory. Hopefully this will be easier to work with!

(solves issue https://github.com/flutter/flutter/issues/136139)
2023-11-28 23:40:28 +00:00
..
a11y_assessments Pin package:web 0.4.0 (#138428) 2023-11-15 15:03:21 -08:00
automated_tests Pin package:web 0.4.0 (#138428) 2023-11-15 15:03:21 -08:00
benchmarks Implement switch expressions in dev/ (#139048) 2023-11-28 23:40:28 +00:00
bots Implement switch expressions in dev/ (#139048) 2023-11-28 23:40:28 +00:00
conductor Implement switch expressions in dev/ (#139048) 2023-11-28 23:40:28 +00:00
customer_testing Migrate customer_testing to sharded tests. (#138659) 2023-11-28 00:41:53 +00:00
devicelab Implement switch expressions in dev/ (#139048) 2023-11-28 23:40:28 +00:00
docs Update links and surrounding text for new main-api docs (#138602) 2023-11-17 22:27:53 +00:00
forbidden_from_release_tests Bump file,process,process_runner (#136418) 2023-10-12 13:05:24 -07:00
integration_tests Implement switch expressions in dev/ (#139048) 2023-11-28 23:40:28 +00:00
manual_tests Implement switch expressions in dev/ (#139048) 2023-11-28 23:40:28 +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 Implement switch expressions in dev/ (#139048) 2023-11-28 23:40:28 +00:00
tracing_tests Pin package:web 0.4.0 (#138428) 2023-11-15 15:03:21 -08: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.