wxscan_live 0.1.5
wxscan_live: ^0.1.5 copied to clipboard
Live QR scanning. Camera frames go straight into a Rust port of the wechat_qrcode algorithm; the preview is a Flutter texture.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add wxscan_liveThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
wxscan_live: ^0.1.5Alternatively, 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:wxscan_live/wxscan_live.dart';