chore: migrate flutter 3.19

This commit is contained in:
lollipopkit
2024-02-18 12:46:39 +08:00
parent b1b8332a7c
commit 8bfea497a0
10 changed files with 105 additions and 51 deletions

View File

@@ -148,7 +148,7 @@ class _SSHPageState extends State<SSHPage> with AutomaticKeepAliveClientMixin {
deleteDetection: isMobile,
autofocus: true,
keyboardAppearance: _isDark ? Brightness.dark : Brightness.light,
hideScrollBar: false,
//hideScrollBar: false,
),
),
);