identity_loader 0.0.1
identity_loader: ^0.0.1 copied to clipboard
Identity Loader is a customizable Flutter package that provides a variety of loading animations along with an identity image or avatar in the center. It helps improve the user experience by offering v [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add identity_loaderWith Flutter:
$ flutter pub add identity_loaderThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
identity_loader: ^0.0.1Alternatively, 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:identity_loader/identity_loader.dart';