drawing_pad 0.0.1 copy "drawing_pad: ^0.0.1" to clipboard
drawing_pad: ^0.0.1 copied to clipboard

A highly customisable drawing pad for Flutter.

Flutter Drawing Pad #

A simple and customizable Flutter package to draw on the screen.

Features #

  • ✅ Pencil tool
  • ✅ Pixel Eraser tool
  • ✅ Object Eraser tool (by deleting the strokes)
  • ❌ Lasso tool (to move strokes)
  • ✅ Polygon tool
  • ✅ Line tool
  • ❌ Stamp tool
  • ✅ Eclipse tool
  • ❌ Text tool
  • ❌ Pan and zoom
  • ✅ Clear canvas
  • ✅ Save image
  • ✅ Load image
  • ✅ Undo/Redo
  • ✅ Change brush size
  • ✅ Change brush color
  • ✅ Change background color
  • ✅ Change background image

Installation #

  1. Add Drawing Pad to your pubspec.yaml file:
dependencies:
  drawing_pad: ^[latest_version]

Replace [latest_version] with the latest version of Drawing Pad.

  1. Install it:
flutter packages get
1
likes
130
points
28
downloads

Publisher

verified publishersorceltech.com

Weekly Downloads

A highly customisable drawing pad for Flutter.

Homepage

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, flutter_svg, universal_html, universal_platform

More

Packages that depend on drawing_pad