dynamsoft_barcode_reader_bundle_flutter 11.4.1300-beta.1
dynamsoft_barcode_reader_bundle_flutter: ^11.4.1300-beta.1 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 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.4.1300-beta.1Alternatively, 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';