cartesian_plane 0.1.1
cartesian_plane: ^0.1.1 copied to clipboard
A comprehensive Flutter package for rendering an interactive Cartesian plane with support for mathematical functions, series, and freehand drawing.
0.1.1 #
- Release de mantenimiento para la nueva versión del paquete.
- Actualización de metadatos y ejemplo de instalación en la documentación.
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.