flutter/dev
Matan Lurey b3da19f879
Refactor external_ui without making any name changes (I think) (#142192)
Work towards https://github.com/flutter/flutter/issues/142178.

---

This PR makes no _behavioral_ changes to executed code, and instead
focuses on organization and naming:

1. Extended the README to explain the intent of the test, as well as how
to run it
1. Renamed `main.dart` and `main_test.dart` to `frame_rate_main.dart`
and `frame_rate_test.dart` (we'll add more)
1. Did some refactoring of the test to make it more obvious what is
being asserted (i.e. `widgetBuilds` and friends)
2024-01-24 17:14:16 -08:00
..
a11y_assessments Upgrade leak_tracker. (#142162) 2024-01-24 15:33:17 -08:00
automated_tests Upgrade leak_tracker. (#142162) 2024-01-24 15:33:17 -08:00
benchmarks Upgrade leak_tracker. (#142162) 2024-01-24 15:33:17 -08:00
bots Upgrade leak_tracker. (#142162) 2024-01-24 15:33:17 -08:00
conductor Upgrade leak_tracker. (#142162) 2024-01-24 15:33:17 -08:00
customer_testing Upgrade leak_tracker. (#142162) 2024-01-24 15:33:17 -08:00
devicelab Refactor external_ui without making any name changes (I think) (#142192) 2024-01-24 17:14:16 -08: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 Manual pub roll pinning web socket channel (#141040) 2024-01-05 22:29:58 +00:00
integration_tests Refactor external_ui without making any name changes (I think) (#142192) 2024-01-24 17:14:16 -08:00
manual_tests Upgrade leak_tracker. (#142162) 2024-01-24 15:33:17 -08: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 Upgrade leak_tracker. (#142162) 2024-01-24 15:33:17 -08:00
tracing_tests Upgrade leak_tracker. (#142162) 2024-01-24 15:33:17 -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.