native_barcode_scanner 0.0.1 native_barcode_scanner: ^0.0.1 copied to clipboard
Android barcode scanner plugin
barcode_scanner #
A flutter plugin to scan barcodes using the device camera.
Platform Support #
Android | iOS |
---|---|
✅ | ✅ |
Getting Started #
Add this to your package's pubspec.yaml
file:
dependencies:
native_barcode_scanner: ^1.0.0
Usage #
Then you just have to import the package with
import 'package:native_barcode_scanner/native_barcode_scanner.dart';