Skip to content

Conversation

@mem-5514-tahara
Copy link
Contributor

@mem-5514-tahara mem-5514-tahara commented Jan 1, 2026

PR Description

Hi @kevmoo,

Following up on my previous PR and your suggestion, I have published the PNG export functionality as a separate, lightweight package: qr_image_exporter.

This PR adds a link to the new package in the README. Based on the feedback from the code assistant, I've created a dedicated "Exporting" section to clearly distinguish it from UI-based libraries. This directly addresses the long-standing request in #62 by providing users with a clear solution for generating image data.

This approach allows the core qr.dart package to remain dependency-free while improving discoverability for this common use case.

Changes:

  • Added a new "Exporting" section to README.md.
  • Added a link to qr_image_exporter in README.md.

Thank you for the guidance on this!

@gemini-code-assist
Copy link

Summary of Changes

Hello @mem-5514-tahara, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request updates the project's README.md to include a link to the newly published qr_image_exporter package. This package offers a dedicated solution for exporting QR codes as PNG image data, addressing user needs for image export functionality while ensuring the core qr.dart library remains lightweight and free of additional dependencies. The update provides a clear path for users seeking image export capabilities.

Highlights

  • Documentation Update: A new link has been added to the README.md file, directing users to the qr_image_exporter package.
  • New Package Integration: The qr_image_exporter package, which provides PNG export functionality for QR codes, is now referenced in the project's documentation.
  • Dependency Management: This change supports keeping the core qr.dart package dependency-free by externalizing image export capabilities into a separate, lightweight package.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request adds a link to the qr_image_exporter package in the README, which provides PNG export functionality. The change is straightforward and follows your suggestion to externalize this feature. My only suggestion is to place this link under a new 'Exporting' section in the README, as you also mentioned in the PR description. This would improve the document's structure by separating UI/rendering libraries from data export utilities.

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

Successfully merging this pull request may close these issues.

1 participant