Shimmer Effect in Flutter

  grid, library, Packages, parallax, UI, Widgets

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.

Demo

Download Source Code of Shimmer Effect in Flutter on GitHub

https://github.com/Ronak99/Shimmer-Effect-Flutter