Last updated:
0 purchases
shimmer skeleton loader
A Flutter package that provides a skeleton loading effect for Flutter applications.
Features #
Display skeleton loading effect while fetching data or loading content.
Customizable shimmer animation for containers.
Installation #
Add the following line to your pubspec.yaml file:
dependencies:
shimmer_skeleton_loader: ^1.0.0
copied to clipboard
Usage #
Import the package into your Dart file:
import 'package:shimmer_skeleton_loader/shimmer_skeleton_loader.dart';
copied to clipboard
SkeletonLoaderWidget(
numberOfLoadingWidgets: 5,
)
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.