rustdesk/flutter/lib/desktop/pages
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
..
connection_page.dart refact: init values from initState to Constractor (#8817) 2024-07-25 10:45:51 +08:00
desktop_home_page.dart buildin options and add to mobile (#8759) 2024-07-19 23:55:52 +08:00
desktop_setting_page.dart refact: init values from initState to Constractor (#8817) 2024-07-25 10:45:51 +08:00
desktop_tab_page.dart refact: init values from initState to Constractor (#8817) 2024-07-25 10:45:51 +08:00
file_manager_page.dart fix: flutter remove setState in initState (#8807) 2024-07-24 14:00:49 +08:00
file_manager_tab_page.dart refact: init values from initState to Constractor (#8817) 2024-07-25 10:45:51 +08:00
install_page.dart refact: init values from initState to Constractor (#8817) 2024-07-25 10:45:51 +08:00
port_forward_page.dart fix: flutter remove setState in initState (#8807) 2024-07-24 14:00:49 +08:00
port_forward_tab_page.dart refact: init values from initState to Constractor (#8817) 2024-07-25 10:45:51 +08:00
remote_page.dart fix: keep window pos after new conn (#8834) 2024-07-25 21:52:57 +08:00
remote_tab_page.dart fix: keep window pos after new conn (#8834) 2024-07-25 21:52:57 +08:00
server_page.dart refact: init values from initState to Constractor (#8817) 2024-07-25 10:45:51 +08:00