drawing_pad 0.0.1
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 #
- Add Drawing Pad to your pubspec.yaml file:
dependencies:
drawing_pad: ^[latest_version]
Replace [latest_version] with the latest version of Drawing Pad.
- Install it:
flutter packages get