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

Platformweb

Web platform implementation of flutter_barcode_sdk.

flutter_barcode_sdk_web #

Web platform implementation of flutter_barcode_sdk.

This package provides barcode scanning on the web platform using the Dynamsoft Barcode Reader JS SDK loaded via a <script> tag in index.html:

<script src="https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@11.6.2000/dist/dbr.bundle.js"></script>

Usage #

This package is not intended for direct use by app developers. It is automatically endorsed by flutter_barcode_sdk on the web platform.