logo_motion 0.0.5
logo_motion: ^0.0.5 copied to clipboard
A customizable SVG logo loading animation widget for Flutter. Pass any SVG logo and get a beautiful stroke-trace, fill-reveal, and fade-out animation cycle.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add logo_motionThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
logo_motion: ^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:logo_motion/logo_motion.dart';