Skip to content

alissone/qr_code_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple QR Code Generator

This is a Flutter app created to generate QR Codes from text. Should be used within the share modal on Android (there is no iOS support currently).

You can either scan the code from another device or share the resulting transparent PNG image to any other app.

Sample screenshots

Opening app from launcher icon

Opening app from Share modal

Running locally

If you have Flutter v2.0.6 or above installed, execute in a terminal emulator

flutter pub get

and then

flutter run

Installing prebuilt binaries

There is a prebuilt APK file on beta folder that can be downloaded here.

TODO

  • The exported image is black on some apps. This is due to the PNG background transparency being treated differently among apps. Adding a white background to the image before exporting should solve this issue;
  • Being able to generate a code from clipboard content should be a nice addition;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published