qrolo 0.1.0-nullsafety.1.2.12.0-259.9.beta
qrolo: ^0.1.0-nullsafety.1.2.12.0-259.9.beta copied to clipboard
QR code scanning plugin with web compatibility! Nullsafe web QR scanner for Flutter web projects. Scan QR codes and capture images all from the comfort of your own desktop or mobile browser.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add qroloWith Flutter:
$ flutter pub add qroloThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
qrolo: ^0.1.0-nullsafety.1.2.12.0-259.9.betaAlternatively, 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:qrolo/qrolo.dart';