artemis_hardware_barcode_scanner_plugin 0.0.2 copy "artemis_hardware_barcode_scanner_plugin: ^0.0.2" to clipboard
artemis_hardware_barcode_scanner_plugin: ^0.0.2 copied to clipboard

A new Flutter plugin for scanning barcode with hardware enable barcodes

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add artemis_hardware_barcode_scanner_plugin

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

dependencies:
  artemis_hardware_barcode_scanner_plugin: ^0.0.2

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:artemis_hardware_barcode_scanner_plugin/barcode_scanner_plugin.dart';
import 'package:artemis_hardware_barcode_scanner_plugin/bs.dart';
import 'package:artemis_hardware_barcode_scanner_plugin/bs_method_channel.dart';
import 'package:artemis_hardware_barcode_scanner_plugin/bs_platform_interface.dart';
import 'package:artemis_hardware_barcode_scanner_plugin/bs_web.dart';