/flutter_universal_shimmer

Universal Shimmer that you can construct like a Lego™

Primary LanguageDartOtherNOASSERTION

universal_shimmer

Universal Shimmer that you can construct like a Lego™

How to use

  1. Add dependencies to pubspec.yaml
universal_shimmer:
  git:
    url: https://github.com/ampersanda/flutter_universal_shimmer.git/
  1. In dart file
Shimmer.fromColors(
  baseColor: ShimmerColors.shimmerBase,
  highlightColor: ShimmerColors.shimmerHighlight,
  child: TextShimmer(),
);

Need: https://pub.dev/packages/shimmer package