- Fixes an issue where collapsing nodes in the TreeView didn't work correctly.
- Fixes a bug where the TreeView would not update correctly when the animation duration is zero.
- Adds generics to the callbacks and builders of TreeView.
- Adds new TreeView widget and associated classes.
- New example application for exploring both Trees and Tables.
- Refactors TableSpans to use basic Span classes. Clean up for incoming TreeView.
- Adds support for infinite rows and columns in TableView.
- Fixes a layout issue for unpinned merged cells that follow pinned table spans.
- Updates outdated sample code.
- Fixes a layout issue when pinned cells are merged.
- [Breaking change] Adds support for merged cells in the TableView.
- Fixes an error in TableSpanDecoration when one or both axes are reversed.
- Fixes must_call_super lint warning from pending framework change.
- Fixes new lint warnings.
- Exposes addAutomaticKeepAlives in TableCellBuilderDelegate and TableCellListDelegate
- Fixes bug where having one reversed axis caused incorrect painting of a pinned row.
- Adds support for BorderRadius in TableSpanDecorations.
- Adds TableSpanPadding, TableSpan.padding, and TableSpanDecoration.consumeSpanPadding.
- Fixes paint issue when axes are reversed and TableView has pinned rows and columns.
- Fixes override of default TwoDimensionalChildBuilderDelegate.addRepaintBoundaries.
- Adds pub topics to package metadata.
- Initial release - TableView