flutter_scan_barcode 0.0.1 copy "flutter_scan_barcode: ^0.0.1" to clipboard
flutter_scan_barcode: ^0.0.1 copied to clipboard

A plugin for barcode scanning support on Android and iOS. Supports barcodes, QR codes, etc.

Flutter_barcode_scan

Flutter_barcode_scan

About   |   Features   |   Requirements   |   Starting   |   License   |   Author


🎯 About #

Plugin Flutter to use barcode scanner from Android and iOS;

✨ Features #

βœ”οΈ Scan Barcode;
βœ”οΈ Scan QRCode;

βœ… Requirements #

Flutter version 3.24.4 Gradle 8.1.0

🏁 Starting #

final qrCode = await FlutterBarcodeScan.scanBarcode(
        "#ff6666",
        "Cancelar",
        true,
        ScanMode.QR,
      );

πŸ“ License #

This project is under license from BSD 2-Clause License. For more details, see the LICENSE file.

Made with ❀️ by {{Jhonathan Queiroz}}

Back to top

1
likes
150
points
21
downloads

Publisher

unverified uploader

Weekly Downloads

A plugin for barcode scanning support on Android and iOS. Supports barcodes, QR codes, etc.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (license)

Dependencies

flutter, flutter_plugin_android_lifecycle, plugin_platform_interface

More

Packages that depend on flutter_scan_barcode

Packages that implement flutter_scan_barcode