From 3f50ffdc5620cce0e1746fba88af21591ddef13b Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Tue, 24 May 2022 14:48:13 +0800 Subject: [PATCH] Updated RustDesk Desktop Flutter Migration (markdown) --- RustDesk-Desktop-Flutter-Migration.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/RustDesk-Desktop-Flutter-Migration.md b/RustDesk-Desktop-Flutter-Migration.md index 52ce66e..e8fca09 100644 --- a/RustDesk-Desktop-Flutter-Migration.md +++ b/RustDesk-Desktop-Flutter-Migration.md @@ -1,3 +1,12 @@ +- [x] Solution + - TeamViewer style tab window, each window with a seperate flutter engine. + - Command line and Window mode in the same entry. + - Texture layer rendering YUV directly (next version) + - Native UI style (next version, still use material design for the first version) + - Dark theme support + - Friendly taskbar + - Friendly tray + - More info (cpu/gpu/network/latency flow chart) on connection window - [x] Bootstrap - [@Heap-Hop](https://github.com/Heap-Hop) https://github.com/rustdesk/rustdesk/pull/595 - [ ] Main Window Draft Version - deadline 2022-05-30