Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to export QRImage to Image data #62

Open
ritunjaykumar opened this issue Oct 3, 2022 · 2 comments
Open

How to export QRImage to Image data #62

ritunjaykumar opened this issue Oct 3, 2022 · 2 comments

Comments

@ritunjaykumar
Copy link

As per given Features. we can Export to image data to save to file or use in memory. But there is no any example how to export as image and save.

ex. code

QrImage(
    data: qrString,
    version: 5,
    size: 240,
    padding: EdgeInsets.all(4),
    embeddedImage: AssetImage(ImageResource.image),
    embeddedImageStyle: QrEmbeddedImageStyle(
      size: Size(48, 48),
    ),
  ),
@kevmoo
Copy link
Owner

kevmoo commented Nov 12, 2022

PRs welcome!

@leamlidara
Copy link

leamlidara commented Mar 14, 2023

@ritunjaykumar I coded a pure dart library and make it handle QR code using this library. I think this package will answer your question. https://pub.dev/packages/qr_image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants