I'm developing a flutter app to run on mobile and web, which has one functionality to create a VNC viewer to view x0vnc server started on an ubuntu machine.
I'm not able to find any VNC viewer for flutter, does such thing exist?
I could find an answer in https://stackoverflow.com/a/64298974/6531633, but this is in Spanish and it involves a js librariy.
Is there any easy way to do this?