cute_qr_code 1.0.0
cute_qr_code: ^1.0.0 copied to clipboard
Aesthetic QR code generation for Flutter, ported from qrcode-kotlin.
1.0.0 #
- Initial release — pure Dart/Flutter port of qrcode-kotlin
QrCodeConfigconfiguration API withQrCode.create(data, config)entry point- Shape factories:
squares,circles,roundedSquares,custom - Flutter
Color+ MaterialColors;QrColorUtils.css()for hex strings - Center logo via
ImageProvider(AssetImage,NetworkImage, etc.) - PNG export via
renderToBytes()andcuteQrCodeToPng() CuteQrCodewidget,QrCodePainter, and example app- Low-level
QrCodeProcessorencoding API