rustdesk/flutter/lib/desktop
fufesou 3999d498be
fix: keep window pos after new conn (#8834)
1. Keep window pos
2. Do some init in StatefulWidget constructor.
If try init in its state class, it may be too late. Because I see the
init function is called after building the widget tree.

Signed-off-by: fufesou <linlong1266@gmail.com>
2024-07-25 21:52:57 +08:00
..
pages fix: keep window pos after new conn (#8834) 2024-07-25 21:52:57 +08:00
screen refact: window frame border (#7946) 2024-05-08 09:59:05 +08:00
widgets refact: init values from initState to Constractor (#8817) 2024-07-25 10:45:51 +08:00