barcode_qr_scanner 0.2.2
barcode_qr_scanner: ^0.2.2 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 Dart:
$ dart pub add barcode_qr_scannerWith Flutter:
$ flutter pub add barcode_qr_scannerThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
barcode_qr_scanner: ^0.2.2Alternatively, your editor might support dart pub get or 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';