flutter_barcode_sdk_web 1.1.0 copy "flutter_barcode_sdk_web: ^1.1.0" to clipboard
flutter_barcode_sdk_web: ^1.1.0 copied to clipboard

Platformweb

Web platform implementation of flutter_barcode_sdk with a self-hosted Dynamsoft Barcode Reader WASM bundle.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_barcode_sdk_web

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_barcode_sdk_web: ^1.1.0

Alternatively, 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:flutter_barcode_sdk_web/flutter_barcode_sdk_web.dart';
1
likes
160
points
160
downloads

Documentation

API reference

Publisher

verified publisheryushulx.me

Weekly Downloads

Web platform implementation of flutter_barcode_sdk with a self-hosted Dynamsoft Barcode Reader WASM bundle.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, flutter_barcode_sdk_platform_interface, flutter_web_plugins, web

More

Packages that depend on flutter_barcode_sdk_web

Packages that implement flutter_barcode_sdk_web