signature_canvas 1.0.0 copy "signature_canvas: ^1.0.0" to clipboard
signature_canvas: ^1.0.0 copied to clipboard

A customizable Flutter widget for drawing signatures or freehand strokes. Includes image export, base64 support, and stroke reconstruction.

Changelog #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.


1.0.0 - 2025-04-05 #

🎉 Added #

  • SignatureCanvas widget para dibujo libre y firmas.
  • SignatureController para manejar puntos, trazos y exportación.
  • Exportación como imagen PNG (Uint8List).
  • Exportación como base64 desde PNG.
  • Exportación e importación como JSON serializado.
  • Reconstrucción de la firma desde JSON/base64.
  • Soporte para detección de tema claro/oscuro.
  • Posibilidad de cambiar dinámicamente el color del lápiz y fondo para exportación.

0.0.1 (no publicada) #

  • Primera versión generada con flutter create.
  • Ninguna funcionalidad real.
2
likes
150
points
8
downloads

Publisher

unverified uploader

Weekly Downloads

A customizable Flutter widget for drawing signatures or freehand strokes. Includes image export, base64 support, and stroke reconstruction.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on signature_canvas