two_dimensional_scrollables 0.1.2 two_dimensional_scrollables: ^0.1.2 copied to clipboard
Widgets that scroll using the two dimensional scrolling foundation.
0.1.2 #
- Fixes a layout issue for unpinned merged cells that follow pinned table spans.
- Updates outdated sample code.
0.1.1 #
- Fixes a layout issue when pinned cells are merged.
0.1.0 #
- [Breaking change] Adds support for merged cells in the TableView.
0.0.6 #
- Fixes an error in TableSpanDecoration when one or both axes are reversed.
0.0.5+2 #
- Fixes must_call_super lint warning from pending framework change.
0.0.5+1 #
- Fixes new lint warnings.
0.0.5 #
- 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.
0.0.4 #
- Adds TableSpanPadding, TableSpan.padding, and TableSpanDecoration.consumeSpanPadding.
0.0.3 #
- Fixes paint issue when axes are reversed and TableView has pinned rows and columns.
0.0.2 #
- Fixes override of default TwoDimensionalChildBuilderDelegate.addRepaintBoundaries.
0.0.1+1 #
- Adds pub topics to package metadata.
0.0.1 #
- Initial release - TableView