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.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add lumi_qr_scanner

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  lumi_qr_scanner: ^0.1.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:lumi_qr_scanner/lumi_qr_scanner.dart';
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