flutter/dev
Jason Simmons 4e6e61dfd5
Retain the toString method for subclasses of Key in profile/release mode (#149926)
toString methods are removed in AOT builds by the optimization in https://github.com/flutter/flutter/pull/144763

This PR disables that for Key subclasses because some applications rely on the previous behavior.

Fixes https://github.com/flutter/flutter/issues/148983
2024-06-10 16:06:02 +00:00
..
a11y_assessments Roll pub packages (#149617) 2024-06-03 22:15:41 +00:00
automated_tests Roll pub packages (#149852) 2024-06-06 22:35:15 +00:00
benchmarks Roll pub packages (#149852) 2024-06-06 22:35:15 +00:00
bots Add test for dropdown_menu.1.dart (#149547) 2024-06-07 07:13:02 +00:00
conductor Roll pub packages (#149852) 2024-06-06 22:35:15 +00:00
customer_testing Roll pub packages (#149852) 2024-06-06 22:35:15 +00:00
devicelab Roll pub packages (#149852) 2024-06-06 22:35:15 +00:00
docs Remove master from API docs (#144425) 2024-03-01 01:06:56 +00:00
forbidden_from_release_tests Manual roll Flutter Engine from 60968ee3bde7 to 8d5d14a1db95 (1 revision) (#149263) 2024-05-30 00:53:23 +00:00
integration_tests Retain the toString method for subclasses of Key in profile/release mode (#149926) 2024-06-10 16:06:02 +00:00
manual_tests Roll pub packages (#149617) 2024-06-03 22:15:41 +00:00
missing_dependency_tests Enable private field promotion for dev (#134480) 2023-09-12 18:29:00 +00:00
snippets Roll pub packages (#149852) 2024-06-06 22:35:15 +00:00
tools Roll pub packages (#149852) 2024-06-06 22:35:15 +00:00
tracing_tests Roll pub packages (#149617) 2024-06-03 22:15:41 +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.