qr_code_generator

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

MIT License

Stars
3

QR-code generator

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