logo_motion 0.0.5 copy "logo_motion: ^0.0.5" to clipboard
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_motion

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  logo_motion: ^0.0.5

Alternatively, 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';
0
likes
155
points
11
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Topics

#loading #animation #svg #logo

License

BSD-3-Clause (license)

Dependencies

flutter, http, svg_path_parser, xml

More

Packages that depend on logo_motion