secure_qr_scan_ecubix 1.0.1 secure_qr_scan_ecubix: ^1.0.1 copied to clipboard
This plugin use for scan secure qr code with zoom feature.
Secure QR Scan Ecubix #
The secure_qr_scan_ecubix
plugin allows you to scan secure QR codes with additional features like zoom functionality.
Getting Started #
To use this plugin, first install it by adding the following dependency in your pubspec.yaml
file:
dependencies:
secure_qr_scan_ecubix: ^1.0.0
Alternatively, you can install it using the command:
flutter pub add secure_qr_scan_ecubix
Usage #
To access the QR scanning functionality, initialize the plugin and call the secureQRScan
method as shown below:
import 'package:secure_qr_scan_ecubix/secure_qr_scan_ecubix.dart';
final _secureQrScanEcubixPlugin = SecureQrScanEcubix();
_secureQrScanEcubixPlugin.secureQRScan();
Make sure to check for any necessary permissions, such as camera access, before scanning.
Features #
- Secure QR code scanning
- Zoom functionality for better scanning experience
Additional Information #
For more details and advanced usage, please refer to the plugin's documentation.