Core engine and converter
Pure-Dart similarity-aware interpolation, Lucide data, the browser converter, and the first Flutter MorphIcon widget are in place.
Roadmap
The work ahead is focused on making the adapter layer as dependable as the math underneath: small APIs, predictable paint costs, and tools that help Flutter teams ship expressive state changes.
Milestones
Pure-Dart similarity-aware interpolation, Lucide data, the browser converter, and the first Flutter MorphIcon widget are in place.
MorphMask brings child paint into morphing geometry. MorphTween, MorphPair, and extensions make the common path concise.
Expand widget, painter, semantics, lifecycle, and golden coverage. Tighten controlled progress behavior, save-layer guidance, and ergonomics across platforms.
Make it easier to share a pair, inspect path quality, and diagnose difficult source SVGs before they enter a production icon set.
Explore timeline authoring, gesture capture, motion presets, and export workflows without making the runtime package depend on a state-management or animation framework.
Guiding principle
The roadmap favors APIs that compose with Flutter instead of replacing it. No mandatory provider, no chart package, no map SDK, and no hidden global animation state.
Follow the work
Run the live core showcase, inspect MorphMask, or follow implementation progress in the repository.