dot_loader 0.0.1
dot_loader: ^0.0.1 copied to clipboard
Create eye-catching and engaging loading indicators that perfectly match your app's branding and style.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add dot_loaderThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
dot_loader: ^0.0.1Alternatively, 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:dot_loader/dot_loader.dart';