add client chat page & chat overlay window

This commit is contained in:
csf
2022-03-03 14:58:57 +08:00
parent b106ed5717
commit e9f8fd1175
8 changed files with 351 additions and 66 deletions

View File

@@ -11,6 +11,7 @@ import 'package:wakelock/wakelock.dart';
import '../common.dart';
import '../gestures.dart';
import '../models/model.dart';
import 'chat_page.dart';
final initText = '\1' * 1024;
@@ -307,6 +308,11 @@ class _RemotePageState extends State<RemotePage> {
)
]) +
<Widget>[
IconButton(
color: Colors.white,
icon: Icon(Icons.message),
onPressed:toggleChatOverlay,
),
IconButton(
color: Colors.white,
icon: Icon(Icons.more_vert),