iconic_morph 1.0.0
iconic_morph: ^1.0.0 copied to clipboard
Path-level icon animation for Flutter — morph one SVG icon into another, plus 3D constant-stroke spins, draw-on, trace, and idle loops, all drawn from your own SVGs. No Rive, no Lottie, no new assets, [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add iconic_morphWith Flutter:
$ flutter pub add iconic_morphThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
iconic_morph: ^1.0.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:iconic_morph/iconic_morph.dart';