Hixie baf06515e5 Table widget
- 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.
2016-03-29 12:43:19 -07:00
..
2016-03-09 15:00:55 -08:00
2016-03-12 18:33:47 -08:00
2016-02-21 14:32:58 -08:00
2016-03-10 23:15:31 -08:00
2016-01-27 10:04:49 -08:00
2016-03-29 12:43:19 -07:00
2016-03-02 16:06:40 -08:00