wxscan 0.1.5 copy "wxscan: ^0.1.5" to clipboard
wxscan: ^0.1.5 copied to clipboard

QR decoding for Dart and Flutter - a Rust port of the wechat_qrcode algorithm (CNN detection, super resolution). Reads images and raw pixel buffers.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add wxscan

With Flutter:

 $ flutter pub add wxscan

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

dependencies:
  wxscan: ^0.1.5

Alternatively, 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:wxscan/wxscan.dart';
0
likes
160
points
230
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

QR decoding for Dart and Flutter - a Rust port of the wechat_qrcode algorithm (CNN detection, super resolution). Reads images and raw pixel buffers.

Repository (GitHub)
View/report issues

Topics

#qr-code #barcode #scanner #image #ffi

License

Apache-2.0 (license)

Dependencies

archive, code_assets, crypto, ffi, hooks, meta, native_toolchain_rust

More

Packages that depend on wxscan