hanshengchiu / reorderables

Reorderable table, row, column, wrap, and sliver list that allow drag and drop of the children. https://pub.dartlang.org/packages/reorderables
MIT License
740 stars 170 forks source link

Widget changes after adding to ReorderableColumn ignored #154

Open sunilguptasg opened 2 years ago

sunilguptasg commented 2 years ago

A widget I have added to ReorderableColumn is a Container with a column. At the time of adding the column has one child. At run time more children are added in the corresponding Build. When dragging only the initial child is visible - and the space occupied by the added children shows up as a blank white area.

sunilguptasg commented 2 years ago

The built-in ReorderableListView shows all added children.