morphnext 0.6.1
morphnext: ^0.6.1 copied to clipboard
Interruptible, spring-driven vector icon morphing for Flutter without per-pair animation assets.
Changelog #
0.6.1 #
- Update the web showcase to Lucide 3.1.17.
- Generate its searchable icon catalog in CI and deployment workflows for reliable icon package updates.
- Keep the pub.dev package compact by shipping the focused example without the full web showcase sources.
0.6.0 #
- Add configurable application-wide morph cache limits, public cache statistics, clearing, disabling, and resetting.
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.