flutter_scan_barcode 0.0.1 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
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}}