qr_code_vision 0.1.2
qr_code_vision: ^0.1.2 copied to clipboard
A pure Dart package for QR detection, decoding and tracking.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add qr_code_visionWith Flutter:
$ flutter pub add qr_code_visionThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
qr_code_vision: ^0.1.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:qr_code_vision/qr_code_vision.dart';