shimmer_animation
shimmer_animation copied to clipboard
This shimmer animation widget can help you bring simple yet beautiful skeleton loaders to your flutter app with ease.
Not an issue. Is there a way to clip the shimmer to the child below? The shimmer is overflowing. Like a Cupertinobutton with shimmer
Hi, The shimmer effect from this package is pretty cool, however I would like more control. Here are a few things I thought: ## Delay In my home screen, I...
I added the `delay` attribute as suggested in #17 and made some examples with clippers aswell. I didn't update the README file : you mention an other repository with examples...
The angle of the animation is currently selected based on one of the predefined 8 directions in the Alignment object. The proposal by @Kobatsu in #17 is to introduce custom...
Hi @maddyb99 ! Your `shimmer_animation` package is very helpful. I tried to using `shimmer_animation` and found that I need two features. - The ability to animate in one-shot mode. -...