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.