0 purchases
drawing widget
Easily add professional-quality drawing capabilities to your app with our customizable widget.
Features #
Drawing & displaying mode.
Change color.
Change stroke value.
Adaptative size.
Usage #
Change drawing property to ether start drawing or display a drawing.
final _drawing = Drawing(
strokeColor: Colors.black,
strokeValue: 2,
isDrawing: true,
);
DrawingWidget(
drawing: _drawing,
onUpdate: (value) {
// do some job if needed
},
)
copied to clipboard
Additional information #
Don't hesitate to contribute or to contact me if needed.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.