Simple QR Code Maker Application
The following platforms are expected to be supported:
- Android
- Linux
- Windows
Core Features:
- Generate QR codes by typing text into text field. The QR code will automatically change as you type into the text field.
- Save QR strings for later use, and select them using the "Select" screen's dropdown menu.
- Change the appearance of the QR code.
- Insert an image into the center of the QR code.
flutter pub get- to get required packages.flutter doctor- to ensure your tooling is set up properly.
flutter build linux- build for Linuxflutter build apk- build for Android