• Ian Hickson's avatar
    LayoutBuilder + GlobalKey + setState assert (#6068) · 78c74116
    Ian Hickson authored
    This silences an assertion that fired when reparenting a widget with a
    global key inside a LayoutBuilder callback when that callback also
    happened to call setState (directly or indirectly) on that widget.
    
    Normally such setStates are considered ok since we know we haven't
    cleaned that subtree yet, but we were not correctly handling the case
    where the list needed resorting in that situation.
    78c74116
Name
Last commit
Last update
bin Loading commit data...
dev Loading commit data...
examples Loading commit data...
packages Loading commit data...
.analysis_options Loading commit data...
.analysis_options_repo Loading commit data...
.analysis_options_user Loading commit data...
.travis.yml Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
ISSUE_TEMPLATE.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
VERSION Loading commit data...