scribble library

Scribble is a lightweight library for freehand drawing in Flutter

Classes

Drawing
Erasing
Point
Represents a point in a sketch with an x and y coordinate and an optional pressure value.
Scribble
This Widget represents a canvas on which users can draw with any pointer.
ScribbleNotifier
The default implementation of a ScribbleNotifierBase.
ScribbleNotifierBase
The base class for a notifier that controls the state of a Scribble widget.
ScribbleSketch
A widget for displaying a scribble sketch without any input functionalities.
ScribbleState
Represents the state of the scribble widget.
Sketch
Represents a sketch with a list of SketchLines.
SketchLine
Represents a line in a sketch.

Enums

ScribblePointerMode
Which pointers are allowed for drawing and will be captured by the scribble widget.