flutter_barcode_sdk_web 1.1.0
flutter_barcode_sdk_web: ^1.1.0 copied to clipboard
Web platform implementation of flutter_barcode_sdk with a self-hosted Dynamsoft Barcode Reader WASM bundle.
1.1.0 #
- Self-host the Dynamsoft Barcode Reader JS/WASM bundle as package assets:
the plugin loads it automatically — no CDN
<script>tag is needed inindex.html. Apps that already load the JS SDK themselves keep working unchanged. decodeImageBuffer()now passes a copy of the pixel buffer to the engine, and decode errors surface througherrorCode/errorMsg.
1.0.1 #
- Updated the JavaScript barcode SDK to 11.6.2000.
1.0.0 #
- Initial release.
- Web implementation of
flutter_barcode_sdkusing the Dynamsoft Barcode Reader JS SDK viadart:js_interop. - Implements all methods of
BarcodeSdkPlatformwithout a MethodChannel, performing barcode decoding directly in Dart through JS interop.