libcimbar 0.1.0 copy "libcimbar: ^0.1.0" to clipboard
libcimbar: ^0.1.0 copied to clipboard

Dart/Flutter plugin for Color Icon Matrix Barcodes (cimbar). Encode files into high-density color barcode images and decode them from camera frames. Supports air-gapped data transfer at ~850 kbps usin [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add libcimbar

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

dependencies:
  libcimbar: ^0.1.0

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:libcimbar/libcimbar.dart';
1
likes
125
points
--
downloads

Documentation

API reference

Publisher

unverified uploader

Dart/Flutter plugin for Color Icon Matrix Barcodes (cimbar). Encode files into high-density color barcode images and decode them from camera frames. Supports air-gapped data transfer at ~850 kbps using monitor + camera — no WiFi, Bluetooth, or NFC needed. Platforms: Linux/Windows (FFI), Android (FFI), Web (WASM).

Topics

#barcode #ffi #camera #wasm #data-transfer

License

unknown (license)

Dependencies

code_assets, ffi, file_selector, flutter, flutter_web_plugins, hooks, native_toolchain_c, path_provider, plugin_platform_interface, web

More

Packages that depend on libcimbar

Packages that implement libcimbar