Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wjtje/flutter-skeleton-animation

Creates a simple skeleton animation that can be used on android, iOS and the web.
https://github.com/wjtje/flutter-skeleton-animation

flutter flutter-android flutter-ios flutter-web skeleton-animation

Last synced: 3 months ago
JSON representation

Creates a simple skeleton animation that can be used on android, iOS and the web.

Awesome Lists containing this project

README

        

# skeleton_animation

![Pub Version](https://img.shields.io/pub/v/skeleton_animation)

Creates a simple skeleton animation that can be used on android, iOS and the web.




# How to use

```dart
import 'package:skeleton_animation/skeleton_animation.dart';
```

```dart
Skeleton(
height: 12,
style: SkeletonStyle.text
),

// or

SkeletonText(
height: 12
)
```