libcimbar 0.1.0
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 libcimbarThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
libcimbar: ^0.1.0Alternatively, 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';