skeletonizer 0.7.0 copy "skeletonizer: ^0.7.0" to clipboard
skeletonizer: ^0.7.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 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: ^0.7.0

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';
1273
likes
0
pub points
99%
popularity

Publisher

verified publishercodeness.ly

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

collection, flutter

More

Packages that depend on skeletonizer