Open yummy-application opened 2 months 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()?
+1 I also need to download the generated image
you can find an example of how to get the image bytes in test/painter_test.dart
An export to svg would be cool as well
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()?