morphnext 0.5.0
morphnext: ^0.5.0 copied to clipboard
Interruptible, spring-driven vector icon morphing for Flutter without per-pair animation assets.
Changelog #
0.5.0 #
- Add controlled
MorphIconand interruptibleAnimatedMorphIconwidgets. - Add
AnimatedMorphIcon.onEnd,MorphSpringspresets, and custom FlutterSpringDescriptionsupport. - Resolve bundled icon fonts automatically from Flutter's font manifest.
- Support TrueType, variable TrueType, and CFF1 icon outlines.
- Follow Flutter
Iconstyling, layout, RTL, semantics, and reduced-motion conventions. - Keep unsupported or unavailable fonts usable through native-icon fallback.
- Bound geometry caches for long-running applications.
- Require Dart 3.9 or newer while retaining Flutter 3.32 as the minimum.