mirror of
https://git.hmsn.ink/flutter/vnc_viewer.git
synced 2026-03-20 00:02:22 +09:00
f11 전체 화면 추가
This commit is contained in:
@@ -141,6 +141,8 @@ class RemoteFrameBufferWidgetState extends State<RemoteFrameBufferWidget> {
|
||||
SizeTrackingWidget(
|
||||
sizeValueNotifier: _sizeValueNotifier,
|
||||
child: RemoteFrameBufferListenerDetector(
|
||||
image: image,
|
||||
remoteFrameBufferWidgetSize: MediaQuery.of(context).size,
|
||||
sendPort: _isolateSendPort,
|
||||
child: RemoteFrameBufferGestureDetector(
|
||||
image: image,
|
||||
|
||||
Reference in New Issue
Block a user