iconic_morph 1.0.2
iconic_morph: ^1.0.2 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 Flutter:
$ flutter pub add iconic_morphThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
iconic_morph: ^1.0.2Alternatively, 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:iconic_morph/iconic_morph.dart';