Closed khoadng closed 2 years ago
Wrapping the ListView in a Container and giving it a width and height value solved the problem.
Wrapping firstPageProgressIndicatorBuilder with Sizedbox.shrink or putting shrinkWrapFirstPageIndicators at true can help :)
Hi, thanks for this awesome package. However, I have an issue with using a ScrollView widget as a placeholder progress indicator. My use-case is that while waiting for the data to load, the user will see some mockup content before the real content appear.
Reproduce code
Error log