Skeleton
Loading placeholders that mimic content structure.
Installation
bash
flutter_studio add skeletonbash
flutter pub add flutter_studioUsage
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
| Property | Type | Default | Description |
|---|---|---|---|
width | double? | null | Skeleton width |
height | double? | null | Skeleton height |
