An open API service indexing awesome lists of open source software.

https://github.com/hex0cter/qr-sanner


https://github.com/hex0cter/qr-sanner

Last synced: 26 days ago
JSON representation

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.