dynamic_signature_pad 0.0.1
dynamic_signature_pad: ^0.0.1 copied to clipboard
Capture handwritten signatures as dynamic time-series data (vector strokes with velocity and optional pressure). Lossless JSON/SVG export and PNG rendering. Pure Dart/Flutter, no native code, no third [...]
Changelog #
All notable changes to this project will be documented in this file.
The format loosely follows Keep a Changelog and the project adheres to Semantic Versioning.
0.0.1 - 2026-06-22 #
Added #
- Initial scaffold and frozen public API.
- Dynamic signature capture as time-series strokes (
x, y, t, optional pressure and computed velocity). - Velocity-based variable stroke width.
- Full-screen, orientation-locked capture screen (
DynamicSignatureScreen/showDynamicSignature): maximum signing width; restores orientation on exit. - Point decimation for smooth, low-overhead capture.
- Exporters: lossless JSON, SVG (vector), DPI-aware PNG.
DynamicSignaturePadwidget +DynamicSignatureController.