Last updated:
0 purchases
h3m shimmer card
Shimmer Card #
A package provides an easy way to add shimmer effect in your Flutter project.
Demo #
Usage #
import 'package:h3m_shimmer_card/h3m_shimmer_card.dart';
ShimmerCard(
width: 200,
height: 100,
beginAlignment: Alignment.topLeft,
endAlignment: Alignment.bottomRight,
backgroundColor: Colors.grey.shade800,
shimmerColor: Colors.grey.shade700,
),
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.