skeletonizer 0.9.0 copy "skeletonizer: ^0.9.0" to clipboard
skeletonizer: ^0.9.0 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 Flutter:

 $ flutter pub add skeletonizer

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

dependencies:
  skeletonizer: ^0.9.0

Alternatively, your editor might support 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';
1395
likes
160
pub points
99%
popularity
screenshot

Publisher

verified publishercodeness.ly

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

collection, flutter

More

Packages that depend on skeletonizer