Skip to content

ampersanda/flutter_universal_shimmer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Universal Shimmer that you can construct like a Lego™

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages