flutterby icon indicating copy to clipboard operation
flutterby copied to clipboard

Circular loading widget persists if initial data doesn't fill the screen

Open jacksilver2 opened this issue 4 years ago • 0 comments

This is a very useful implementation of infinite scrolling and your videos are great, however I found that if there isn't enough data to fill the screen (i.e no need for scrolling) then the loading widget appears at the bottom and never goes away. Is there a way to fix this? This happens, for example if we choose 10 in the following line (in models.dart).

return _getExampleServerData(10).then((postsData)

image

jacksilver2 avatar Feb 03 '21 11:02 jacksilver2