custom_shapes 0.0.1
custom_shapes: ^0.0.1 copied to clipboard
A Flutter package to draw custom shapes using CustomPaint.
custom_shapes #
A Flutter package to draw custom shapes using the CustomPaint widget.
Overview #
custom_shapes
is a Flutter package that provides custom shapes like circles and squares using the CustomPaint
widget. This package is useful for adding custom graphical elements to your Flutter applications.
Installation #
Add the following to your pubspec.yaml
file:
dependencies:
custom_shapes: ^0.0.1