Flutter_barcode_scan

Flutter_barcode_scan

About   |   Features   |   Requirements   |   Starting   |   License   |   Author


:dart: About

Plugin Flutter to use barcode scanner from Android and iOS;

:sparkles: Features

:heavy_check_mark: Scan Barcode;
:heavy_check_mark: Scan QRCode;

:white_check_mark: Requirements

Flutter version 3.24.4 Gradle 8.1.0

:checkered_flag: Starting

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

:memo: License

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

Made with :heart: by {{Jhonathan Queiroz}}

Back to top