Last updated:
0 purchases
skeleton animation
skeleton_animation #
Creates a simple skeleton animation that can be used on android, iOS and the web.
How to use #
import 'package:skeleton_animation/skeleton_animation.dart';
copied to clipboard
Skeleton(
height: 12,
style: SkeletonStyle.text
),
// or
SkeletonText(
height: 12
)
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.