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'; Skeleton( height: 12, style: SkeletonStyle.text ), // or SkeletonText( height: 12 )