pubspec.yaml 1.66 KB
name: mobile_scanner
description: A universal barcode and QR code scanner for Flutter based on MLKit. Uses CameraX on Android, AVFoundation on iOS and Apple Vision & AVFoundation on macOS.
version: 3.5.6
repository: https://github.com/juliansteenbakker/mobile_scanner

screenshots:
- description: 'Flutter Demo Home Page'
  path: example\screenshots\homepage.png
- description: 'Mobile Scanner with List controller'
  path: example\screenshots\listController.png
- description: 'Mobile Scanner with controller'
  path: example\screenshots\controller.png
- description: 'Mobile Scanner with scan window'
  path: example\screenshots\scanWindow.png
- description: 'Mobile Scanner with controller (returning image)'
  path: example\screenshots\returningImage.png
- description: 'Mobile Scanner without controller'
  path: example\screenshots\withoutController.png
- description: 'Mobile Scanner with zoom slider'
  path: example\screenshots\zoomSlider.png
- description: 'Mobile Scanner pageView'
  path: example\screenshots\pageView.png
- description: 'Mobile Scanner with overlay'
  path: example\screenshots\overlay.png

environment:
  sdk: ">=2.17.0 <4.0.0"
  flutter: ">=3.0.0"

dependencies:
  flutter:
    sdk: flutter
  flutter_web_plugins:
    sdk: flutter
  js: ^0.6.3

dev_dependencies:
  flutter_test:
    sdk: flutter
  lint: ">=1.10.0 <3.0.0"

flutter:
  plugin:
    platforms:
      android:
        package: dev.steenbakker.mobile_scanner
        pluginClass: MobileScannerPlugin
      ios:
        pluginClass: MobileScannerPlugin
      macos:
        pluginClass: MobileScannerPlugin
      web:
        pluginClass: MobileScannerWebPlugin
        fileName: mobile_scanner_web_plugin.dart