Display a skeleton animation in your app.
More...
Creates a simple skeleton animation that can be used on android, iOS and the web.
import 'package:skeleton_animation/skeleton_animation.dart';
SkeletonAnimation( width: 200, height: 12, radius: Radius.circular(6), ),
wjtje.dev
Repository (GitHub)View/report issues
unknown (license)
flutter
Packages that depend on skeleton_animation
Back