identity_loader 0.0.5
identity_loader: ^0.0.5 copied to clipboard
A versatile loader widget that supports customizable animations and user avatars, allowing for a personalized and engaging loading experience in your app.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add identity_loaderThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
identity_loader: ^0.0.5Alternatively, 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:identity_loader/identity_loader.dart';