wifi_barcode_scanner 1.0.1 copy "wifi_barcode_scanner: ^1.0.1" to clipboard
wifi_barcode_scanner: ^1.0.1 copied to clipboard

Wireless barcode scanning between devices over WiFi. Turn any phone into a barcode scanner for your POS or inventory app.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add wifi_barcode_scanner

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

dependencies:
  wifi_barcode_scanner: ^1.0.1

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:wifi_barcode_scanner/wifi_barcode_scanner.dart';
2
likes
160
points
117
downloads

Publisher

unverified uploader

Weekly Downloads

Wireless barcode scanning between devices over WiFi. Turn any phone into a barcode scanner for your POS or inventory app.

Repository (GitHub)
View/report issues

Topics

#barcode #scanner #wifi #pos #inventory

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http, mobile_scanner, shared_preferences, shelf

More

Packages that depend on wifi_barcode_scanner