The QR Code Scanner package for Appeto SDK.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

18 line
465 B

  1. name: qr_code_scanner
  2. description: QR code scanner that can be embedded inside flutter. It uses zxing in Android and MTBBarcode scanner in iOS.
  3. version: 0.0.5
  4. author: Julius Canute<juliuscanute[*]touchcapture.net>
  5. homepage: https://github.com/juliuscanute/qr_code_scanner
  6. environment:
  7. sdk: ">=2.0.0-dev.68.0 <3.0.0"
  8. dependencies:
  9. flutter:
  10. sdk: flutter
  11. flutter:
  12. plugin:
  13. androidPackage: net.touchcapture.qr.flutterqr
  14. pluginClass: FlutterQrPlugin