Skip to content

Skeleton

Loading placeholders that mimic content structure.

Installation

bash
flutter_studio add skeleton
bash
flutter pub add flutter_studio

Usage

dart
// Text skeleton
CustomSkeleton.text(lines: 3)

// Card skeleton
CustomSkeleton.card()

// Avatar skeleton
CustomSkeleton.avatar(size: 64)

// Custom skeleton
CustomSkeleton(
  width: 200,
  height: 100,
)

API Reference

Properties

PropertyTypeDefaultDescription
widthdouble?nullSkeleton width
heightdouble?nullSkeleton height