【问题标题】:Vnc viewer for flutter for x0vncVnc viewer for flutter for x0vnc
【发布时间】:2022-12-27 19:14:56
【问题描述】:

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?

【问题讨论】:

    标签: flutter dart vnc vnc-viewer


    【解决方案1】:

    I have faced the same problem recently and my solution was to just create a package for it. So here are dart_rfb, the protocol implementation in Dart, and flutter_rfb, the Flutter side of it. Feel free to check it out and contribute if you want!

    https://pub.dev/packages/dart_rfb

    https://pub.dev/packages/flutter_rfb

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2019-09-28
      • 2020-12-05
      • 2020-01-29
      • 2021-02-28
      • 2018-08-26
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多