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
)

Libraries

skeleton_animation
author: Wouter van der wal wouter.wal@outlook.com github: https://github.com/wjtje