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
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
If you want to know how to use the Datalogic SDK within a Flutter application, please read this article:
Simone Callegari
Datalogic Mobile Products - L3 Specialist SW Engineer