drawing_widget 0.0.7 copy "drawing_widget: ^0.0.7" to clipboard
drawing_widget: ^0.0.7 copied to clipboard

Easily add professional-quality drawing capabilities to your app with our customizable 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
 },
)

Additional information #

Don't hesitate to contribute or to contact me if needed.

0
likes
150
pub points
0%
popularity

Publisher

verified publishertajaouart.com

Easily add professional-quality drawing capabilities to your app with our customizable widget.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

collection, flutter, uuid

More

Packages that depend on drawing_widget