cartesian_plane 0.0.1
cartesian_plane: ^0.0.1 copied to clipboard
A comprehensive Flutter package for rendering an interactive Cartesian plane with support for mathematical functions, series, and freehand drawing.
0.0.1 #
- Initial release.
- Implementation of
CartesianCanvaswith pan and zoom gesture support. - Added support for
FunctionItem,SeriesItem,PointItem,PolygonItem, andFreehandItem. - Introduced
CartesianCanvasControllerandCartesianCanvasDelegatefor programmatic control. - Added interactive floating toolbar and dynamic tooltips.