How to use barcode scanners on Android via FLUTTER?

Hi,
In FLUTTER (new language from Google) , how can you activate the barcode scanners of Datalogic and use them ? Do you have please examples ? a sort of SDK ?

Thanks a lot .
Regards

I don’t know flutter very well, But it must have a “platform specific” project (Android, iOS)… So you can add the Datalogic SDK to Android project (or use intents…) then send data received to “dart” project using EventChannel (if I remember correctly…). I have done something similar with Zebra SDK. You can take a look there: https://github.com/acaliaro/flutterZebraEmdk/blob/master/android/app/src/main/java/it/soluzione1/flutterzebraemdk/flutterzebraemdk/MainActivity.java

3 Likes