smart_skeleton_loader 0.1.0 copy "smart_skeleton_loader: ^0.1.0" to clipboard
smart_skeleton_loader: ^0.1.0 copied to clipboard

A Flutter package that provides customizable and adaptive skeleton loaders with intelligent network speed adaptation, theme support, and multiple preset layouts.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add smart_skeleton_loader

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

dependencies:
  smart_skeleton_loader: ^0.1.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:smart_skeleton_loader/smart_skeleton_loader.dart';
2
likes
130
points
29
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that provides customizable and adaptive skeleton loaders with intelligent network speed adaptation, theme support, and multiple preset layouts.

Documentation

API reference

License

MIT (license)

Dependencies

connectivity_plus, flutter, provider

More

Packages that depend on smart_skeleton_loader