lumi_qr_scanner 0.1.0
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, andbackButtonSizetoScannerOverlayConfig - 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_qrcodetolumi_qr_scanner - Update all class names:
FlutterQrcode→LumiQrScanner,FlutterQrcodePlatform→LumiQrScannerPlatform, 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