flutter/dev
LongCatIsLooong 73e1f23426
Remove textScaleFactor dependent logic from AppBar (#128112)
I am trying to remove `textScaleFactor`-dependent logic from the framework since it's likely going to be deprecated, hopefully the original logic isn't from the material spec.

I stole the sample code from https://github.com/flutter/flutter/pull/125038 and here are the screenshots (`textScaleFactor = 3.0`). 

Internal Tests: **no relevant test failures**

|  Medium  |   Large |
| --------------- | --------------- |
| ![flutter_01](https://github.com/flutter/flutter/assets/31859944/515226d9-716f-470a-b794-5fd14b957d36) | ![flutter_03](https://github.com/flutter/flutter/assets/31859944/475c421d-550e-4d02-be08-709b63b63011) |
2023-06-06 20:47:40 +00:00
..
automated_tests [flutter_tools] manually roll pub deps (#127447) 2023-05-30 23:34:52 +00:00
benchmarks Improve web benchmarks measurements (#127900) 2023-05-31 02:29:02 +00:00
bots [flutter_tools] manually roll pub deps (#127447) 2023-05-30 23:34:52 +00:00
ci Updating cirrus docker image to ubuntu focal. (#128291) 2023-06-06 19:23:20 +00:00
conductor migrate the package_autoroller from querying by label to title (#128066) 2023-06-01 22:16:50 +00:00
customer_testing [flutter_tools] manually roll pub deps (#127447) 2023-05-30 23:34:52 +00:00
devicelab Workaround for Dart VM timeout (#127875) 2023-06-02 17:17:57 +00:00
docs Bump min SDK to 2.19.0-0 (#117345) 2022-12-20 00:46:14 +00:00
forbidden_from_release_tests Upgrade leak_tracker to 5.0.0 (#126367) 2023-05-16 04:39:26 +00:00
integration_tests [tools] use Java class for all java-searching behavior (#127354) 2023-06-01 04:19:19 +00:00
manual_tests [Windows] Address feedback for show window comment (#127998) 2023-05-31 23:42:54 +00:00
missing_dependency_tests Remove uses of deprecated test_api imports (#124732) 2023-04-20 20:55:28 +00:00
snippets/config Remove null-safety argument from DartPad doc samples (#127345) 2023-05-23 00:10:11 +00:00
tools Remove textScaleFactor dependent logic from AppBar (#128112) 2023-06-06 20:47:40 +00:00
tracing_tests [flutter_tools] manually roll pub deps (#127447) 2023-05-30 23:34:52 +00:00
analysis_options.yaml
README.md

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.