weebi_barcode_scanner 1.7.3
weebi_barcode_scanner: ^1.7.3 copied to clipboard
Self-contained barcode scanner with real-time detection overlay. Features embedded YOLO detection, cross-platform support (Windows/macOS), point-of-sale optimizations, and OpenFoodFacts integration. N [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add weebi_barcode_scannerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
weebi_barcode_scanner: ^1.7.3Alternatively, 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:weebi_barcode_scanner/weebi_barcode_scanner.dart';