fade_shimmer

Creator: coderz1093

Last updated:

Add to Cart

Description:

fade shimmer

fade_shimmer #
A fade shimmer library to implement loading like latest facebook loading effect.
demo #

example #
create rounded loading
FadeShimmer.round(
size: 60,
fadeTheme: isDarkMode ? FadeTheme.dark : FadeTheme.light,
)
copied to clipboard
create loading with custom size and color
FadeShimmer(
height: 8,
width: 150,
radius: 4,
highlightColor: Color(0xffF9F9FB),
baseColor: Color(0xffE6E8EB),
)
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.