Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Post 3.16 stable tech debt clean up
  • Loading branch information
Piinks committed Dec 14, 2023
commit d402e5722ed00dcc64bb3ab93010abab5a1cb6bd
3 changes: 0 additions & 3 deletions packages/two_dimensional_scrollables/dart_test.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,6 @@ class TableCellBuilderDelegate extends TwoDimensionalChildBuilderDelegate
int get columnCount => maxXIndex! + 1;
set columnCount(int value) {
assert(pinnedColumnCount <= value);
// TODO(Piinks): remove once this assertion is added in the super class
assert(value >= -1);
maxXIndex = value - 1;
}

Expand Down Expand Up @@ -180,8 +178,6 @@ class TableCellBuilderDelegate extends TwoDimensionalChildBuilderDelegate
int get rowCount => maxYIndex! + 1;
set rowCount(int value) {
assert(pinnedRowCount <= value);
// TODO(Piinks): remove once this assertion is added in the super class
assert(value >= -1);
maxYIndex = value - 1;
}

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading