Hi all.
Has anyone been able to implement a Dll call in FF using Dart FFI, or other methods?
I mean, make an application in FF, then download the code and in your IDE just add a custom action calling functions from the DLL.
That's how I see it.
Maybe someone has some other options or advice.
I need to rewrite my c++ code that calls a third party DLL from the hardware manufacturer to dart code.
Thanks everyone for the answers!