secure_qr_scan_ecubix 1.0.18 secure_qr_scan_ecubix: ^1.0.18 copied to clipboard
A Flutter plugin for scanning secure QR codes with built-in zoom functionality. Provides easy-to-use methods for QR code scanning with customizable features. Ideal for apps requiring QR code security [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add secure_qr_scan_ecubix
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
secure_qr_scan_ecubix: ^1.0.18
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:secure_qr_scan_ecubix/secure_qr_scan_ecubix.dart';