• Hixie's avatar
    Table widget · baf06515
    Hixie authored
    - Add x and y to the parent data, in case it's useful. In point of fact,
      I ended up not needing it.
    
    - Make columnWidths settable rather than having a setter so that the
      code in the widgets layer is more idiomatic.
    
    - Teach setFlatChildren about avoiding unnecessary drop/adopt loops.
    
    - Assert that the child list length is correct more aggressively so that
      we catch the dumb bug I had more quickly next time.
    
    - Improve the toString() to handle empty tables better.
    
    - Resort the imports in framework.dart.
    
    - Introduce a LocalKey for cases where you don't want to allow use of
      GlobalKey.
    
    - Make inflateWidget and deactivateChild public for subclass use.
    
    - Table widget.
    
    - Cell widget.
    
    - TableRow fake widget.
    baf06515
Name
Last commit
Last update
..
block_test.dart Loading commit data...
box_test.dart Loading commit data...
constraints_test.dart Loading commit data...
flex_test.dart Loading commit data...
grid_test.dart Loading commit data...
image_test.dart Loading commit data...
independent_layout_test.dart Loading commit data...
intrinsic_width_test.dart Loading commit data...
mutations_test.dart Loading commit data...
offstage_test.dart Loading commit data...
overflow_test.dart Loading commit data...
positioned_box_test.dart Loading commit data...
rendering_tester.dart Loading commit data...
size_test.dart Loading commit data...
stack_test.dart Loading commit data...
table_test.dart Loading commit data...
viewport_test.dart Loading commit data...