I am trying to create an app that can control a Raspberry Pi remotely, opening apps like if it was the mouse. I know about SSH, but I don't want the user to write command lines. I was wondering if I could create something like "VNC Viewer" (Which I don't think it could be very easy) inside my flutter app or at least open "VNC Viewer" inside my app and pass some parameters to connect directly.
Is there anything like that that could be done?
I would appreciate any guidance because I only have the idea.
Thank you so much in advance!