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.

flutter_barcode_sdk_web #

Web platform implementation of flutter_barcode_sdk.

The Dynamsoft Barcode Reader JS/WASM bundle (dynamsoft-barcode-reader-bundle@11.6.2000) is self-hosted as package assets: the plugin injects the <script> tag automatically at runtime and points the engine's resource loader at the packaged files. Apps need no CDN <script> tag in index.html and no manual asset copying — the whole engine is served from the app itself.

Apps that already load the JS SDK themselves (for example a CDN <script> tag in index.html) keep working: the automatic injection is skipped whenever window.Dynamsoft is already defined.

Serve the app over HTTPS or localhost, as required for WASM.

Usage #

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

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