A simple QR code scanner written in Flutter. Barcode is also supported in camera mode.
flutter pub get
flutter pub run flutter_launcher_icons:main
flutter build ios --release
Connect your iOS device with USB cable and run the following command:
ideviceinstaller -i build/ios/iphoneos/Runner.app
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.