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

QR decoding for Dart and Flutter - a Rust port of the wechat_qrcode algorithm (CNN detection, super resolution, decoding). Images and raw pixel buffers; for a camera see wxscan_live.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart 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.1

Alternatively, your editor might support dart 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
0
points
230
downloads

Publisher

unverified uploader

Weekly Downloads

QR decoding for Dart and Flutter - a Rust port of the wechat_qrcode algorithm (CNN detection, super resolution, decoding). Images and raw pixel buffers; for a camera see wxscan_live.

Repository (GitHub)
View/report issues

Topics

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

License

unknown (license)

Dependencies

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

More

Packages that depend on wxscan