Closed Tizoner closed 4 years ago
Is it possible to create list items on demand? Why list length is always has to be of fixed size?
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.
SliverList
Is it possible to create list items on demand? Why list length is always has to be of fixed size?