opt. proj struct

This commit is contained in:
LollipopKit
2023-01-29 16:56:40 +08:00
parent 49f9b0b179
commit f3c670d82c
15 changed files with 266 additions and 249 deletions

View File

@@ -71,7 +71,7 @@ class _SFTPPageState extends State<SFTPPage> {
],
),
body: _buildFileView(),
bottomNavigationBar: _buildBottom(),
bottomNavigationBar: SafeArea(child: _buildBottom()),
);
}