meferi_scan_data 0.0.3 copy "meferi_scan_data: ^0.0.3" to clipboard
meferi_scan_data: ^0.0.3 copied to clipboard

PlatformAndroid

This plug-in is used to receive decoding results from Meferi's handheld terminal devices.

#mefei_scan_data


This plug-in is used to receive decoding results from Meferi's handheld terminal devices.

##example https://github.com/jiangkun123/meferi_flutter_scan_data_demo

MeferiScanData.startListening();
    MeferiScanData.onEventReceived.listen((Map<String, String> data) {
      setState(() {
        _barcode = data['data']!;
      });
    });
  @override
  void dispose() {
    MeferiScanData.stopListening();
    super.dispose();
  }
3
likes
125
points
8
downloads

Publisher

unverified uploader

Weekly Downloads

This plug-in is used to receive decoding results from Meferi's handheld terminal devices.

Homepage

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on meferi_scan_data

Packages that implement meferi_scan_data