wxscan_live 0.1.5 copy "wxscan_live: ^0.1.5" to clipboard
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_live

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  wxscan_live: ^0.1.5

Alternatively, 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';
0
likes
160
points
221
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Live QR scanning. Camera frames go straight into a Rust port of the wechat_qrcode algorithm; the preview is a Flutter texture.

Repository (GitHub)
View/report issues

Topics

#qr-code #barcode #scanner #camera #ffi

License

Apache-2.0 (license)

Dependencies

flutter, flutter_web_plugins, wxscan

More

Packages that depend on wxscan_live

Packages that implement wxscan_live