theyakka / qr.flutter

QR.Flutter is a Flutter library for simple and fast QR code rendering via a Widget or custom painter.
https://pub.dev/packages/qr_flutter
BSD 3-Clause "New" or "Revised" License
716 stars 320 forks source link

Export Image data of QR-Code #225

Open yummy-application opened 1 week ago

yummy-application commented 1 week ago

Hi, I'd like to download a QR code to the device of the user. For this, I need the image data. Now my question: How to get a PNG image out of an QrImageView()?