papyro_qr_code 0.0.1
papyro_qr_code: ^0.0.1 copied to clipboard
A Plug-in for dart, which help you scanning barcode and qrcode with android and ios device derived from https://pub.dev/packages/qrscan.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add papyro_qr_codeThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
papyro_qr_code: ^0.0.1Alternatively, 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:papyro_qr_code/papyro_qr_code.dart';