handwriting_answer_pad 0.1.1
handwriting_answer_pad: ^0.1.1 copied to clipboard
A Flutter handwriting capture pad (scribble-based) with undo/redo, clear, render-to-image, and a pluggable recognizer hook — bring your own OCR / vision model. No backend coupling.
0.1.1 #
- Moved to a dedicated repository.
- Expanded documentation. No API changes.
0.1.0 #
- Initial release.
HandwritingAnswerPadwidget: scribble canvas with undo/redo/clear and a recognize action driven by a pluggableHandwritingRecognizer.HandwritingPadControllerfor programmatic control and render-to-PNG.