• Todd Volkert's avatar
    (insert|move|remove)ChildRenderObject Deprecation: Step 1 (#64189) · 21cfed34
    Todd Volkert authored
    * (insert|move|remove)ChildRenderObject Deprecation: Step 1
    
    This deprecates the following methods:
    
    * RenderObjectElement.insertChildRenderObject
    * RenderObjectElement.moveChildRenderObject
    * RenderObjectElement.removeChildRenderObject
    
    ...and replaces them with the following methods:
    
    * RenderObjectElement.insertRenderObjectChild
    * RenderObjectElement.moveRenderObjectChild
    * RenderObjectElement.removeRenderObjectChild
    
    The reason for the deprecation is to provide the `oldSlot` argument to
    the `moveRenderObjectChild` method (such an argument was missing from
    the now-deprecated `moveChildRenderObject` method) and the `slot`
    argument to the `removeRenderObjectChild` method (such an argument was
    missing from the now-deprecated `removeChildRenderObject` method). While
    no argument was added to `insertRenderObjectChild`, the name change (and
    corresponding deprecation) was made to maintain naming parity with the
    other two methods.
    
    This initial step does not update or remove any of the `slotToChild`
    patterns that exist in the framework. This work is being separated
    into two commits in case something needs to be reverted to minimize
    the scope of each commit.
    
    See https://github.com/flutter/flutter/issues/63269 for more info
    21cfed34
Name
Last commit
Last update
..
action_sheet.dart Loading commit data...
activity_indicator.dart Loading commit data...
app.dart Loading commit data...
bottom_tab_bar.dart Loading commit data...
button.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...
dialog.dart Loading commit data...
icon_theme_data.dart Loading commit data...
icons.dart Loading commit data...
interface_level.dart Loading commit data...
localizations.dart Loading commit data...
nav_bar.dart Loading commit data...
page_scaffold.dart Loading commit data...
picker.dart Loading commit data...
refresh.dart Loading commit data...
route.dart Loading commit data...
scrollbar.dart Loading commit data...
segmented_control.dart Loading commit data...
slider.dart Loading commit data...
sliding_segmented_control.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_selection.dart Loading commit data...
text_theme.dart Loading commit data...
theme.dart Loading commit data...
thumb_painter.dart Loading commit data...