https://github.com/wim07101993/qr_code_generator
A cross platform flutter app which generates different kinds of QR-codes, like a link or a payment request.
https://github.com/wim07101993/qr_code_generator
android cross-platform dart epc flutter linux qr-code windows
Last synced: about 1 year ago
JSON representation
A cross platform flutter app which generates different kinds of QR-codes, like a link or a payment request.
- Host: GitHub
- URL: https://github.com/wim07101993/qr_code_generator
- Owner: wim07101993
- License: mit
- Created: 2022-12-18T12:14:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-24T20:13:32.000Z (over 1 year ago)
- Last Synced: 2024-10-19T13:37:37.635Z (over 1 year ago)
- Topics: android, cross-platform, dart, epc, flutter, linux, qr-code, windows
- Language: Dart
- Homepage:
- Size: 6.27 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/wim07101993/qr_code_generator/wiki).
## Platforms
The application is available for Android, Linux, Windows and the web. They can be found on the
[release page on github](https://github.com/wim07101993/qr_code_generator/releases). The android
app can also be downloaded on [Google Play](https://play.google.com/store/apps/details?id=com.wimvanlaer.qr_code_generator).
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](https://docs.flutter.dev/get-started/install).
There are a few ways to contribute:
- Create a pull-request
- Create an issue with a request