flutter_dot_loader 1.0.0
flutter_dot_loader: ^1.0.0 copied to clipboard
Customizable dot-matrix and LED loading animations for Flutter — 60 patterns, scrolling marquee text, custom pixel frames, AI chat typing indicator. Zero deps.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_dot_loaderThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_dot_loader: ^1.0.0Alternatively, 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:flutter_dot_loader/flutter_dot_loader.dart';