qr_image_exporter 1.0.0
qr_image_exporter: ^1.0.0 copied to clipboard
An extension for the `qr.dart` package that provides a simple and robust way to export QR code modules as customizable PNG byte data.
1.0.0 #
- Initial stable release.
- Provides the
QrImageExporterextension onQrImageto export QR codes as PNG byte data. - Adds the
toPngBytesmethod with customizable parameters formoduleSize,margin,darkColor, andlightColor. - Depends on the
imagepackage to handle image creation and PNG encoding.