Skip to content

A cross platform flutter app which generates different kinds of QR-codes, like a link or a payment request.

License

Notifications You must be signed in to change notification settings

wim07101993/qr_code_generator

Repository files navigation

QR-code generator

logo

The QR-code generator is an application which can generate different types of QR-codes. Currently the application supports the following codes:

  • Text: encoding a text (like a hyper-link) inside a QR-code
  • EPC (European Payments Council): payment requests

For more info about the features of the application goto the wiki.

Platforms

The application is available for Android, Linux, Windows and the web. They can be found on the release page on github. The android app can also be downloaded on Google Play. I plan to support the Microsoft store and Linux snaps. The submission for the Microsoft store has been made and is in review. For Linux snaps I wait for the official support from the flutter team.

Contributing

The application is written in Flutter/Dart. And has no dependencies except for the standard platform dependencies as described by flutter. For more information on installing flutter and the necessary dependencies go to flutter.dev.

There are a few ways to contribute:

  • Create a pull-request
  • Create an issue with a request