Custom Loading
The progress indicator that comes with Flutter, by default is okay in most places, but not in every place.
Last updated
The progress indicator that comes with Flutter, by default is okay in most places, but not in every place.
Last updated
This is why we have created a custom loading effect that boosts user engagement even during the loading process. This kind of loading is common in popular apps like YouTube and LinkedIn.
Please make sure you are using FlutterShop V1.1
or later. I have already created custom loading for almost all the components, you just need to uncomment them. For example on home/views/components/popular_products.dart
uncomment ProductsSkelton()
it shows the loading. For almost all components they are coomented, so whenever you need them, you can use them.
On lib/components/skleton
directory store all the skeltons.
Depending on your preferences, you can create your own loading. The following example shows how I create the product skeleton loading.
Pro Tips: You can show/hide widgets using the Widget.