Cross-platform mobile development frameworks?

I work for an app development agency and we do most things natively, however for the simpler apps (where there's no bluetooth/FaceId/camera integrations/AR etc) then we use Flutter. Quick, easy and well supported.
Having never integrated anything like that. Does Flutter not make those things possible?
 
Having never integrated anything like that. Does Flutter not make those things possible?
I dabbled with the original release of Flutter and camera integration was pretty easy.

I think you'll find integrations for local authentication and Bluetooth etc via plugins, but how reliable and maintained these will be is always a risk, but likely no worse than your usual NPM libraries in the front-end dev world.
 
Back
Top Bottom