custom_polygon_package 0.0.1 custom_polygon_package: ^0.0.1 copied to clipboard
A Flutter package for custom painting.
0.0.1 #
- Initial release of Custom Painter Package.
- In this version of the Flutter package, we implemented a code that defines a widget that allows users to interactively adjust the number of sides, size, and rotation of a polygon using sliders. The also implemented a class that uses the provided parameters to draw the polygon on the canvas.