dot_matrix_loader 0.1.5
dot_matrix_loader: ^0.1.5 copied to clipboard
A zero-dependency Flutter package for premium dot-matrix loading animations. Render animated NxM dot grids with 36 built-in presets, a custom builder API, and a sequence API.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add dot_matrix_loaderThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
dot_matrix_loader: ^0.1.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:dot_matrix_loader/dot_matrix_loader.dart';