simple_shimmer

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

simple shimmer

Simple Shimmer #
A simple widget with customizable shimmer-like fade animation between 2 colors for skeleton screens
Features #

Very light-weigth widget
Easily customizable
Defaults to light or dark shimmer default animation based on Theme.of(context).brightness

Usage #
Just add a SimpleShimmer() widget anywhere in your UI.

Customization #
SimpleShimmerTheme can provide theme customizations to any child SimpleShimmer widgets.
SimpleShimmerTheme.merge(
data: ShimmerThemeData(
baseColor: Colors.red,
highlightColor: Colors.red.shade200,
decoration: ShimmerDecoration(
borderRadius: BorderRadius.circular(20),
)
),
// ... somewhere there is a `SimpleShimmer` widget
)
copied to clipboard

License

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

Files In This Product:

Customer Reviews

There are no reviews.

Related Products

More From This Creator