Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 631 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 631 Bytes

skeleton_animation

Pub Version

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
)