dynamsoft_barcode_reader_bundle_flutter 11.0.5200
dynamsoft_barcode_reader_bundle_flutter: ^11.0.5200 copied to clipboard
The DynamsoftBarcodeReaderBundle Flutter SDK enables you to efficiently embed barcode reading functionality in Flutter APPs using just a few lines of code. Saving you months of added development time [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add dynamsoft_barcode_reader_bundle_flutterWith 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 dart pub get):
dependencies:
dynamsoft_barcode_reader_bundle_flutter: ^11.0.5200Alternatively, your editor might support dart pub get or 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';