Great tutorial, I was kept looking for how to integrate api in flutter and I found this treasure !
@AIWithFlutter Жыл бұрын
Thanks ! Appreciate that 🙏
@bennguyen131311 ай бұрын
I understand a desktop application can be built using FFI that can call DLLs/hardware... but can that be done with a browser-based flutter web app as well? i.e. Is it possible for a flutter web app, to access a computer's peripherals? Perhaps using WebUsb? Also, if Flutter web apps are rendered using standard web technologies (HTML, CSS, and JavaScript).. what would be needed on the backend to host a flutter webapp? I'm interested in making a flutter app that can call 32 and 64-bit DLLs in order to switch relays/etc, access a USB to Can-bus adapter.. etc.