barcode_qr_scanner 0.2.4
barcode_qr_scanner: ^0.2.4 copied to clipboard
Flutter barkod ve QR kod okuma paketi. Android ML Kit ve iOS AVFoundation desteği, çoklu tarama ve tekrar filtresi.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add barcode_qr_scannerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
barcode_qr_scanner: ^0.2.4Alternatively, 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:barcode_qr_scanner/barcode_qr_scanner.dart';