knopp / flutter_reorderable_list

ReorderableList for Flutter
BSD 3-Clause "New" or "Revised" License
335 stars 98 forks source link

Is it possible to create list items on demand? #15

Closed Tizoner closed 4 years ago

Tizoner commented 4 years ago

Is it possible to create list items on demand? Why list length is always has to be of fixed size?

knopp commented 4 years ago

Fixed size is to make example simpler. In the end it's just a SliverList so the number of items depend on your sliver list delegate.