skeleton_animation 0.1.4
skeleton_animation: ^0.1.4 copied to clipboard
Display skeleton animations in your app. It works on android, iOS and the web.
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