Hello everyone, is there a method to integrate a barcode scanner for Android and iOS?
m
Michal Guspiel
01/26/2024, 8:06 AM
I guess you would have to implement this per platform-specific.
j
Joel Denke
01/26/2024, 9:08 AM
I would check https://developers.google.com/ml-kit/vision/barcode-scanning
It has support for both iOS and Android. Maybe need cocoapods import or something, but should be possible I think do fairly easy and map to Bitmaps or ByteArray to do multi platform.
s
Samson Jisso
01/27/2024, 5:21 AM
Thanks, @Joel Denke How can iOS portion implemented using mlkit?