• Adam Barth's avatar
    Remove "disqualified" concept · 2234294d
    Adam Barth authored
    Allows a non-initialised stateful component to be used as a source of
    settings more than once. Instead of asserting that it was only being
    used once, we assert that once you are stateful you don't get used as a
    bag of settings, which is the real thing we were trying to avoid.
    
    A lot of code ends up using StatefulComponents as a source multiple
    times in a row, and before this would fail.
    
    Patch by Ian Hickson
    2234294d
Name
Last commit
Last update
..
align_test.dart Loading commit data...
box_decoration_test.dart Loading commit data...
date_picker_test.dart Loading commit data...
dismissable_test.dart Loading commit data...
flex_test.dart Loading commit data...
gesture_detector_test.dart Loading commit data...
global_key_test.dart Loading commit data...
homogeneous_viewport_test.dart Loading commit data...
listener_test.dart Loading commit data...
mimic_test.dart Loading commit data...
mixed_viewport_test.dart Loading commit data...
pageable_list_test.dart Loading commit data...
progress_indicator_test.dart Loading commit data...
stack_test.dart Loading commit data...
stateful_components_test.dart Loading commit data...
syncing_test.dart Loading commit data...
transform_test.dart Loading commit data...
widget_tester.dart Loading commit data...