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.
- Host: GitHub
- URL: https://github.com/wjtje/flutter-skeleton-animation
- Owner: wjtje
- License: mit
- Created: 2020-10-25T22:45:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-16T09:48:41.000Z (about 4 years ago)
- Last Synced: 2024-11-12T05:36:33.558Z (8 months ago)
- Topics: flutter, flutter-android, flutter-ios, flutter-web, skeleton-animation
- Language: C++
- Homepage:
- Size: 857 KB
- Stars: 7
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
)
```