skeletons 0.0.3 copy "skeletons: ^0.0.3" to clipboard
skeletons: ^0.0.3 copied to clipboard

A Flutter package for building custom skeleton widgets to mimic the page's layout while loading.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add skeletons
copied to clipboard

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

dependencies:
  skeletons: ^0.0.3
copied to clipboard

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:skeletons/skeletons.dart';
copied to clipboard
339
likes
80
points
8.75k
downloads

Publisher

verified publisherbadjio.com

Weekly Downloads

2024.09.22 - 2025.04.06

A Flutter package for building custom skeleton widgets to mimic the page's layout while loading.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on skeletons