• LongCatIsLooong's avatar
    Remove more textScaleFactor references (#141816) · 5892a003
    LongCatIsLooong authored
    Remove more `textScaleFactor` references from flutter/flutter.  
    
    - Some changes are related to label scaling: the padding EdgeInsets values of some chip subclasses scale linearly between predetermined "max" padding values and "min" padding values. Before they scale with the `textScaleFactor` scalar, now they scale with the font size and are still capped at the original "max" and "min" values.
    - The rest of them are tests or size heuristics that depend on `textScaleFactor`, these are replaced by an effective text scale factor computed using a default font size (which is determined in a pretty random fashion, but it will only make a difference on Android 14+).
    
    No API changes in this batch. There are still some references left that I intend to remove in a different batch that would introduce API changes.
    5892a003
Name
Last commit
Last update
..
activity_indicator.dart Loading commit data...
adaptive_text_selection_toolbar.dart Loading commit data...
app.dart Loading commit data...
bottom_tab_bar.dart Loading commit data...
button.dart Loading commit data...
checkbox.dart Loading commit data...
colors.dart Loading commit data...
constants.dart Loading commit data...
context_menu.dart Loading commit data...
context_menu_action.dart Loading commit data...
date_picker.dart Loading commit data...
debug.dart Loading commit data...
desktop_text_selection.dart Loading commit data...
desktop_text_selection_toolbar.dart Loading commit data...
desktop_text_selection_toolbar_button.dart Loading commit data...
dialog.dart Loading commit data...
form_row.dart Loading commit data...
form_section.dart Loading commit data...
icon_theme_data.dart Loading commit data...
icons.dart Loading commit data...
interface_level.dart Loading commit data...
list_section.dart Loading commit data...
list_tile.dart Loading commit data...
localizations.dart Loading commit data...
magnifier.dart Loading commit data...
nav_bar.dart Loading commit data...
page_scaffold.dart Loading commit data...
picker.dart Loading commit data...
radio.dart Loading commit data...
refresh.dart Loading commit data...
route.dart Loading commit data...
scrollbar.dart Loading commit data...
search_field.dart Loading commit data...
segmented_control.dart Loading commit data...
slider.dart Loading commit data...
sliding_segmented_control.dart Loading commit data...
spell_check_suggestions_toolbar.dart Loading commit data...
switch.dart Loading commit data...
tab_scaffold.dart Loading commit data...
tab_view.dart Loading commit data...
text_field.dart Loading commit data...
text_form_field_row.dart Loading commit data...
text_selection.dart Loading commit data...
text_selection_toolbar.dart Loading commit data...
text_selection_toolbar_button.dart Loading commit data...
text_theme.dart Loading commit data...
theme.dart Loading commit data...
thumb_painter.dart Loading commit data...
toggleable.dart Loading commit data...