使用Overlay来弹出聊天窗口

This commit is contained in:
guangfei.zhao
2025-09-22 17:51:21 +08:00
parent 049cb7b5c4
commit b9ab384fde
3 changed files with 49 additions and 71 deletions
+2 -1
View File
@@ -37,7 +37,8 @@ class _MainScreenState extends State<MainScreen> {
),
),
// FloatingIcon(),
ChatPopup()
ChatPopup(
)
],
),
);