lumi_qr_scanner 0.1.0 copy "lumi_qr_scanner: ^0.1.0" to clipboard
lumi_qr_scanner: ^0.1.0 copied to clipboard

A fast and lightweight Flutter plugin for scanning barcodes and QR codes using the device's camera. Supports multiple barcode formats with CameraX/ML Kit on Android and AVFoundation on iOS/macOS.

0.1.0 #

  • Fix bug 16kb

0.0.4 #

  • Update flutter sdk version to >=3.0.0 <4.0.0

0.0.3 #

  • Add back button to scanner overlay (configurable, default enabled)
  • Add showBackButton, onBackPressed, backButtonIcon, backButtonColor, backButtonBackgroundColor, and backButtonSize to ScannerOverlayConfig
  • Improve bottom widget layout in scanner overlay
  • Update default values: cornerLength (50.0 → 30.0), showToggleTorchButton (false → true)

0.0.2 #

  • Rename package from flutter_qrcode to lumi_qr_scanner
  • Update all class names: FlutterQrcodeLumiQrScanner, FlutterQrcodePlatformLumiQrScannerPlatform, etc.

0.0.1 #

  • Initial release
  • Real-time camera scanning with QRScannerView widget
  • Image scanning from file path and bytes
  • Support for multiple barcode formats (QR Code, Aztec, Code128, EAN13, etc.)
  • Camera permission handling
  • Scanner controls (torch, pause/resume, switch camera)
  • Bounding box and corner points detection
  • Value type detection (URL, email, WiFi, phone, etc.)
  • Platform support: Android (CameraX + ML Kit), iOS/macOS (AVFoundation + Vision)
  • Customizable scanner overlay with ScannerOverlayConfig
    • Title, descriptions, and custom widgets
    • Configurable border colors, width, corner length, and border radius
    • Animated scan line (horizontal or vertical)
    • Toggle torch button with customizable position and styling
0
likes
140
points
113
downloads

Publisher

unverified uploader

Weekly Downloads

A fast and lightweight Flutter plugin for scanning barcodes and QR codes using the device's camera. Supports multiple barcode formats with CameraX/ML Kit on Android and AVFoundation on iOS/macOS.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on lumi_qr_scanner

Packages that implement lumi_qr_scanner