mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2026-02-03 14:54:56 +01:00
#144 new: sftp decompress
This commit is contained in:
@@ -5,7 +5,6 @@ class SftpBrowserStatus {
|
||||
List<SftpName>? files;
|
||||
AbsolutePath? path;
|
||||
SftpClient? client;
|
||||
bool isBusy = false;
|
||||
|
||||
SftpBrowserStatus();
|
||||
}
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
|
||||
class BuildData {
|
||||
static const String name = "ServerBox";
|
||||
static const int build = 498;
|
||||
static const int build = 499;
|
||||
static const String engine = "3.13.0";
|
||||
static const String buildAt = "2023-08-23 21:54:10.937955";
|
||||
static const int modifications = 2;
|
||||
static const String buildAt = "2023-08-25 18:04:51.443337";
|
||||
static const int modifications = 4;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user