Skip to content

hex0cter/qr-sanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

flutter build ios --release

Install onto a device

Connect your iOS device with USB cable and run the following command:

 ideviceinstaller -i build/ios/iphoneos/Runner.app

References

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.