scribble 0.0.7
scribble: ^0.0.7 copied to clipboard
Scribble is a lightweight library for freehand drawing in Flutter supporting pressure, variable line width and more!
0.0.7 #
- BREAKING: The
drawPointerparameter is now calleddrawPen - You can now obtain the current sketch from the notifier.
If you want to store it somewhere for example you can call
toJson()on it. - You can now pass a sketch to a
ScribbleNotifierconstructor to initialize it with an existing drawing. - Added
ScribbleNotifierBaseinterface so you can write your own notifier that works with theScribblewidget - Added pressure curve support to the notifier
- Allows more customization in the scribble widget for how the lines are rendered
0.0.6 #
- Upped minimum flutter version to 2.5
0.0.5 #
- Back to flutter 2.2.3
0.0.4 #
- Upped minimum flutter version to 2.3
0.0.3 #
- meta dependency to hopefully work with analysis
0.0.2 #
- Added documentation
- Fixed dependencies
0.0.1 #
- Initial release