flutter_barcode_sdk_platform_interface 1.0.0
flutter_barcode_sdk_platform_interface: ^1.0.0 copied to clipboard
A common platform interface for the flutter_barcode_sdk plugin.
flutter_barcode_sdk_platform_interface #
A common platform interface for the flutter_barcode_sdk plugin.
This package defines the contract that all platform implementations
(Android, iOS, Web, Windows, Linux) must follow. It also provides
a default MethodChannelBarcodeSdk implementation that communicates
with native code via a MethodChannel.
Usage #
This package is not intended for direct use by app developers.
It is used by the platform implementation packages of flutter_barcode_sdk.