flutter_path_morph library

Classes

MorphDefaultPainter
A default painter to show how to implement a custom painter for the MorphWidget
MorphWidget
This package currently allows you to morph two paths only if they both have an equal number of contours. You can think of a contour as a line you can draw without lifting the pen.
PathMorphUtils
This class has all the methods you need to create your morph animations.
SampledPathData
This is a class used to store the sampled path data. In addition to the sampled points from both paths, it stores the indices of points that are at the beginning of a contour.

Typedefs

PainterProvider = CustomPainter Function(Path)
UpdatePointCallback = void Function(int i, Offset z)