• Justin McCandless's avatar
    Fix TextField height issues (#27205) · 9e9f48da
    Justin McCandless authored
    * Create new TextField attribute to control maxLength behaviour
    
    * Create test case for maxLinesIncrementalHeight
    
    * fix maxLinesIncrementalHeight set method
    
    * fix editable_test.dart
    
    * Just introducing some proposed API additions, renaming to expands
    
    * Pass minLines and expands through to child widgets and validate
    
    * minLines can't be null, and expands can't be true when maxLines is 1
    
    * Implement minLines and maxLines height sizing logic
    
    * Simplify minLines validation logic
    
    * expands parameter proof of concept
    
    * min/max mixup bug fix, and tests work with expands false
    
    * Test expands=true cases, and fix textPainter.height being out of date
    
    * Test all behavior matrix cases
    
    * min/max assertion more strict, can't be equal
    
    * Tests work that were missing expands serialization
    
    * Action sheet tests no longer fail due to rounding error
    
    * TextFieldFocus test no longer mysteriously fails
    
    * TODOs for making expands nullable. Will depend on how Expanded wrapping works
    
    * Expanded growth happens when expanded is true and maxLines is null
    
    * Test Expanded wrapper
    
    * No more overflow when wrapped in Expanded
    
    * Docs improvements
    
    * expands can be null
    
    * Simplify error cases to support existing behavior
    
    * Docs examples and other docs cleanup
    
    * Expansion up to perfectly meet the parent size
    
    * Fix analyze null error
    
    * Fix test after move to nullable expands
    
    * minLines defaults to null
    
    * expands is now exclusively for expanding to parent height and not growth between min and max
    
    * _layout rewritten to handle max height. Need to fix prefix tests and
    reenable expands
    
    * Tests for textfield overflowing parent
    
    * layoutLineBox is documented and private
    
    * expands works in new _layout
    
    * _layout return numbers seem to perfectly match original _layout
    
    * inputWidth comment after trying it out and failing tests
    
    * Fix analyze errors
    
    * WIP prefix/suffix do affect height
    
    * Prefix/suffix and icons affect height, tests pass, but I'm still visually verifying identical to original
    
    * Tall prefix test that verifies pixel perfect layout
    
    * Fix overflowing edge case and test it
    
    * Clean up comments, old code, and todos
    
    * Changing _expands causes relayout. Wasnt able to figure out how to test though...
    
    * Clean up code review comments
    
    * Fix misalignment when tall prefix and border, and clean up related test
    
    * Simple code review cleanup
    
    * Bring back inputWidth to _layout method
    
    * Fix rounding errors showing up in mac tests
    
    * Fix flake by reordering tests. Without this, the dreaded intrinsicwidth flake is reproducible 50% of the time on my machine.
    
    * Fix more rounding error mac tests
    9e9f48da
Name
Last commit
Last update
..
animated_icons Loading commit data...
about.dart Loading commit data...
animated_icons.dart Loading commit data...
app.dart Loading commit data...
app_bar.dart Loading commit data...
app_bar_theme.dart Loading commit data...
arc.dart Loading commit data...
back_button.dart Loading commit data...
bottom_app_bar.dart Loading commit data...
bottom_app_bar_theme.dart Loading commit data...
bottom_navigation_bar.dart Loading commit data...
bottom_sheet.dart Loading commit data...
button.dart Loading commit data...
button_bar.dart Loading commit data...
button_theme.dart Loading commit data...
card.dart Loading commit data...
card_theme.dart Loading commit data...
checkbox.dart Loading commit data...
checkbox_list_tile.dart Loading commit data...
chip.dart Loading commit data...
chip_theme.dart Loading commit data...
circle_avatar.dart Loading commit data...
color_scheme.dart Loading commit data...
colors.dart Loading commit data...
constants.dart Loading commit data...
data_table.dart Loading commit data...
data_table_source.dart Loading commit data...
date_picker.dart Loading commit data...
debug.dart Loading commit data...
dialog.dart Loading commit data...
dialog_theme.dart Loading commit data...
divider.dart Loading commit data...
drawer.dart Loading commit data...
drawer_header.dart Loading commit data...
dropdown.dart Loading commit data...
expand_icon.dart Loading commit data...
expansion_panel.dart Loading commit data...
expansion_tile.dart Loading commit data...
feedback.dart Loading commit data...
flat_button.dart Loading commit data...
flexible_space_bar.dart Loading commit data...
floating_action_button.dart Loading commit data...
floating_action_button_location.dart Loading commit data...
flutter_logo.dart Loading commit data...
grid_tile.dart Loading commit data...
grid_tile_bar.dart Loading commit data...
icon_button.dart Loading commit data...
icons.dart Loading commit data...
ink_decoration.dart Loading commit data...
ink_highlight.dart Loading commit data...
ink_ripple.dart Loading commit data...
ink_splash.dart Loading commit data...
ink_well.dart Loading commit data...
input_border.dart Loading commit data...
input_decorator.dart Loading commit data...
list_tile.dart Loading commit data...
material.dart Loading commit data...
material_button.dart Loading commit data...
material_localizations.dart Loading commit data...
mergeable_material.dart Loading commit data...
outline_button.dart Loading commit data...
page.dart Loading commit data...
page_transitions_theme.dart Loading commit data...
paginated_data_table.dart Loading commit data...
popup_menu.dart Loading commit data...
progress_indicator.dart Loading commit data...
radio.dart Loading commit data...
radio_list_tile.dart Loading commit data...
raised_button.dart Loading commit data...
refresh_indicator.dart Loading commit data...
reorderable_list.dart Loading commit data...
scaffold.dart Loading commit data...
scrollbar.dart Loading commit data...
search.dart Loading commit data...
shadows.dart Loading commit data...
slider.dart Loading commit data...
slider_theme.dart Loading commit data...
snack_bar.dart Loading commit data...
stepper.dart Loading commit data...
switch.dart Loading commit data...
switch_list_tile.dart Loading commit data...
tab_bar_theme.dart Loading commit data...
tab_controller.dart Loading commit data...
tab_indicator.dart Loading commit data...
tabs.dart Loading commit data...
text_field.dart Loading commit data...
text_form_field.dart Loading commit data...
text_selection.dart Loading commit data...
text_theme.dart Loading commit data...
theme.dart Loading commit data...
theme_data.dart Loading commit data...
time.dart Loading commit data...
time_picker.dart Loading commit data...
toggleable.dart Loading commit data...
tooltip.dart Loading commit data...
typography.dart Loading commit data...
user_accounts_drawer_header.dart Loading commit data...