Fancy list loading effect or The Shimmer Effect in Flutter
Shimmer Effect is really cool placeholder effect that you can show when you are loading data in the form of a list. To do it in flutter we use the dependency called Shimmer. After trying it out I realized that it can be used for much more than just simple placeholder. It can be used to even represent your brand or some icon, you can also give get some fancy effects by playing with different combinations of colors.
See the video where I explain more about the project here.
Download Source Code of Shimmer Effect in Flutter on GitHub
Provides the list of the opensource Flutter apps collection with GitHub repository.