• Hixie's avatar
    fn3: Minor cleanup · 2a5fad93
    Hixie authored
    - Remove the unique objects used as slots since we decided 'null' was
      fine after all
    - Rename 'slot' to 'newSlot' when it's used as an argument to change the
      _slot field, to clarify which variable has the newer value
    - Remove the RenderObject registry since we'll do listeners a different
      way. This also removes handleEvent for the same reason.
    - Remove the TODOs for mount/unmount becoming didMount/didUnmount since
      the methods do in fact do the mounting/unmounting.
    2a5fad93
Name
Last commit
Last update
..
multichild_test.dart Loading commit data...
render_object_widget_test.dart Loading commit data...
stateful_component_test.dart Loading commit data...
test_widgets.dart Loading commit data...
widget_tester.dart Loading commit data...