pencil_field 0.2.0
pencil_field: ^0.2.0 copied to clipboard
Pencil / stylus interaction (writing & erasing) on different devices and platforms. Comes with versioned persistence of input.
0.0.1 #
- Initial release
0.0.2 #
- DOCUMENTATION Some corrections in a few files
0.0.3 #
- DOCUMENTATION Even more corrections...
0.1.0 #
- DOCUMENTATION Added more documentation to all functions
- BREAKING Removed some duplicate functions
0.1.1 #
- DEVELOPMENT Added automated testing to github repository
- IMPROVEMENT Minor changes in example
0.1.2 #
- DEPLOYMENT Restrict package to iOS, Android and Web
0.2.0 #
- BUGFIX Using PencilDecoration with padding led to wrong decoration pattern
- BUGFIX Using PencilController setDrawing could lead to an exception when called in write mode
- BUGFIX Fixed images for comparison of drawing routines
- IMPROVEMENT PencilDecorator can have custom callback to draw background
- BREAKING PencilDecorator now accepts either number of lines or a fixed spacing to draw ruled, chequered or dotted pattern
- DOCUMENTATION Improved example