fix: sftp dl
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
class BuildData {
|
||||
static const String name = "ServerBox";
|
||||
static const int build = 389;
|
||||
static const int build = 395;
|
||||
static const String engine = "3.10.6";
|
||||
static const String buildAt = "2023-07-28 13:50:35.251988";
|
||||
static const int modifications = 17;
|
||||
static const String buildAt = "2023-07-28 17:28:52.039761";
|
||||
static const int modifications = 10;
|
||||
}
|
||||
|
||||
@@ -44,5 +44,3 @@ const centerSizedLoading = SizedBox(
|
||||
child: CircularProgressIndicator(),
|
||||
),
|
||||
);
|
||||
|
||||
const loadingIcon = IconButton(onPressed: null, icon: centerLoading);
|
||||
|
||||
@@ -5,6 +5,7 @@ const myGithub = 'https://github.com/lollipopkit';
|
||||
const appHelpUrl = '$myGithub/flutter_server_box#-help';
|
||||
|
||||
// Thanks
|
||||
// If you want to change the url, please open an issue.
|
||||
const thanksMap = {
|
||||
'its-tom': 'https://github.com/its-tom',
|
||||
'RainSunMe': 'https://github.com/RainSunMe',
|
||||
@@ -15,4 +16,5 @@ const thanksMap = {
|
||||
'Aeorq': 'https://github.com/Aeorq',
|
||||
'jaychoubaby': 'https://github.com/jaychoubaby',
|
||||
'allonmymind': 'https://github.com/allonmymind',
|
||||
'azkadev': 'https://github.com/azkadev'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user