https://github.com/hex0cter/qr-sanner
https://github.com/hex0cter/qr-sanner
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hex0cter/qr-sanner
- Owner: hex0cter
- Created: 2021-03-14T20:34:24.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-09T13:48:10.000Z (about 5 years ago)
- Last Synced: 2025-01-06T12:47:35.109Z (over 1 year ago)
- Language: Dart
- Size: 1.17 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QR Scanner
A simple QR code scanner written in Flutter. Barcode is also supported in camera mode.
## Install dependencies
```
flutter pub get
flutter pub run flutter_launcher_icons:main
```
## Build releases
```bash
flutter build ios --release
```
## Install onto a device
Connect your iOS device with USB cable and run the following command:
```bash
ideviceinstaller -i build/ios/iphoneos/Runner.app
```
## References
For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.