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

PlatformAndroid

A simple and easy wrapper for the Newland Scanner Android SDK. Easily scan barcodes with Flutter and Newland Devices.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add barcode_newland_flutter

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

dependencies:
  barcode_newland_flutter: ^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:barcode_newland_flutter/newland_scan_result.dart';
import 'package:barcode_newland_flutter/newland_scanner.dart';
4
likes
160
points
52
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A simple and easy wrapper for the Newland Scanner Android SDK. Easily scan barcodes with Flutter and Newland Devices.

Homepage

License

MIT (license)

Dependencies

flutter

More

Packages that depend on barcode_newland_flutter

Packages that implement barcode_newland_flutter