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.
 
 
 
 
 
 

22 rivejä
534 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.12
  4. author: Julius Canute <juliuscanute at touchcapture.net>
  5. homepage: https://juliuscanute.com
  6. repository: https://github.com/juliuscanute/qr_code_scanner
  7. environment:
  8. sdk: ">=2.3.0 <3.0.0"
  9. dependencies:
  10. flutter:
  11. sdk: flutter
  12. dev_dependencies:
  13. pedantic: ^1.9.0
  14. flutter:
  15. plugin:
  16. androidPackage: net.touchcapture.qr.flutterqr
  17. pluginClass: FlutterQrPlugin