This article will help you to get started with the shimmer effect when loading with state management using a provider.
The final app looks as follows:
Provider
Provider is built by the community for effective state management. Although it is not developed by Google, they encourage using it. It is easier to use and manage which is basically a wrapper around the Inherited Widgets.
Shimmer
Shimmer is a loading effect that is used to add beautiful animation when the data is loading from the server. In simple words, it is a loader like the Circular Progress Indicator available in the Flutter framework.
Click FULL CODE for code:
0 comments:
Post a Comment