Flutter — Shimmer Effect
How to implement a fantastic shimmer effect like Facebook?
When launching apps, we usually see a loading view while the app is fetching the data from the local database or the server. It is quite easy to implement a loading indicator with Flutter, just use ProgressIndicator
.