flutter_barcode_sdk_web 1.0.1
flutter_barcode_sdk_web: ^1.0.1 copied to clipboard
Web platform implementation of flutter_barcode_sdk.
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.