A lightweight QR-code scanning plugin for flutter

flutter_qr_scan

A lightweight QR-code scanning plugin for flutter.

⚠️ This package is still in alpha stage! ⚠️

Integration

Android specific

Open the project in Android Studio, by opening example/android/build.gradle.

Add the barcode ML model to the AndroidManifest.xml file of the app. https://firebase.google.com/docs/ml-kit/android/read-barcodes

<application ...>
  ...
  <meta-data android:name="com.google.firebase.ml.vision.DEPENDENCIES" android:value="barcode" />
  <!-- To use multiple models: android:value="barcode,model2,model3" -->
</application>

Download Details:

Author: cloudacy

Source Code: https://github.com/cloudacy/flutter_qr_scan

#flutter #dart #mobile-apps

A lightweight QR-code scanning plugin for flutter
2.90 GEEK