skeletonizer 2.0.1 copy "skeletonizer: ^2.0.1" to clipboard
skeletonizer: ^2.0.1 copied to clipboard

Converts already built widgets into skeleton loaders with no extra effort.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add skeletonizer

With Flutter:

 $ flutter pub add skeletonizer

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  skeletonizer: ^2.0.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:skeletonizer/skeletonizer.dart';
2.01k
likes
0
points
212k
downloads

Publisher

verified publishercodeness.ly

Weekly Downloads

Converts already built widgets into skeleton loaders with no extra effort.

Repository (GitHub)
View/report issues

Topics

#skeleton #shimmer-loading #skeleton-loader #loading

License

unknown (license)

Dependencies

flutter

More

Packages that depend on skeletonizer