https://github.com/jinosh05/flutter_qr_scanner_eg
A Simple Example for QR Code Scanner using Package in Flutter
https://github.com/jinosh05/flutter_qr_scanner_eg
android-app dart flutter flutter-apps flutter-examples flutter-sample qrcode-scanner
Last synced: 11 months ago
JSON representation
A Simple Example for QR Code Scanner using Package in Flutter
- Host: GitHub
- URL: https://github.com/jinosh05/flutter_qr_scanner_eg
- Owner: jinosh05
- Created: 2023-06-20T20:02:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-09T05:54:05.000Z (about 2 years ago)
- Last Synced: 2025-02-05T21:24:20.941Z (about 1 year ago)
- Topics: android-app, dart, flutter, flutter-apps, flutter-examples, flutter-sample, qrcode-scanner
- Language: C++
- Homepage:
- Size: 312 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# qr_scanner_eg
A Simple Example for QR Code Scanner using Package in Flutter
## Packages Used
- [qr_code_scanner Package](https://pub.dev/packages/qr_code_scanner)
- [solid_lints Package](https://pub.dev/packages/solid_lints)
## Screenshot

## Build Instructions
### Install Flutter
Built with [Flutter](https://flutter.dev/), you need to have `Flutter` dev tools
installed on your computer to compile the project. check [Flutter Documentation](https://flutter.dev/docs)
to learn how to install `Flutter` and initialize a Flutter App.
### Run App
If you have an AVD or real device attached, you can do
```
flutter run
```
### Build APK
You may build the App with Flutter's [Deployment Documentation](https://flutter.dev/docs).
In order to build a fat APK, you can do
```
flutter build apk
```
and find the output in `build/app/outputs/flutter-apk/app-release.apk`
#### Dev hints
Currently supports flutter: 3.30
# How to get this Repo and run it on your System
I kept the code as original as possible with proper Commented Guides for anyone to understand and implement. Still you need to follow these steps.
- First get Flutter and all necessary SDK/Plugins installed. Full guide here [Flutter: Get Started](https://flutter.dev/docs/get-started/install)
- Now download this [Repo](https://github.com/jinosh05/Flutter_qr_scanner_eg/zip/master)
- Extract the Repo into your newly created **qr_scanner_eg** and replace the required files.
- Now you can Finally run VS-Code or Android Studio whichever you prefer and get the flutter packages and just run the App.
### Show some ❤️ by starring some of the repositories!