handwriting_answer_pad 0.1.0
handwriting_answer_pad: ^0.1.0 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.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add handwriting_answer_padThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
handwriting_answer_pad: ^0.1.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:handwriting_answer_pad/handwriting_answer_pad.dart';