MarcelGarus / flutter_cached

🧾 Flutter widget allowing easy cache-based data display in a ListView featuring pull-to-refresh and error banners.
BSD 3-Clause "New" or "Revised" License
17 stars 2 forks source link

Skeleton loading #2

Closed Ionys320 closed 4 years ago

Ionys320 commented 4 years ago

Hi ! When there is no data in cache and when the listview is refreshing, could you display a skeleton text loading with the package https://pub.dev/packages/skeleton_text ?

MarcelGarus commented 4 years ago

Sorry for the late answer. Not sure that applies here, because the package only provides a very rough framework for showing content. The content itself (the loading screen etc) still has to be designed by you. So developers are free to display whatever they like.