dynamsoft_barcode_reader_bundle_flutter 11.2.3000
dynamsoft_barcode_reader_bundle_flutter: ^11.2.3000 copied to clipboard
The Dynamsoft Barcode Reader Flutter SDK provides a wrapper for building barcode scanning applications with Flutter SDK.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add dynamsoft_barcode_reader_bundle_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
dynamsoft_barcode_reader_bundle_flutter: ^11.2.3000Alternatively, 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:dynamsoft_barcode_reader_bundle_flutter/dynamsoft_barcode_reader_bundle_flutter.dart';