dynamsoft_barcode_reader_bundle_flutter 11.0.5201 copy "dynamsoft_barcode_reader_bundle_flutter: ^11.0.5201" to clipboard
dynamsoft_barcode_reader_bundle_flutter: ^11.0.5201 copied to clipboard

The Dynamsoft Barcode Reader Flutter SDK.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dynamsoft_barcode_reader_bundle_flutter

With Flutter:

 $ flutter pub add dynamsoft_barcode_reader_bundle_flutter

This 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.5201

Alternatively, 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';