Hello everyone, is there a method to integrate a b...
# multiplatform
s
Hello everyone, is there a method to integrate a barcode scanner for Android and iOS?
m
I guess you would have to implement this per platform-specific.
j
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
Thanks, @Joel Denke How can iOS portion implemented using mlkit?