new: launch image

This commit is contained in:
lollipopkit
2023-06-08 20:48:16 +08:00
parent 7b1c1b9a5a
commit 342c3ea295
87 changed files with 288 additions and 451 deletions

View File

@@ -28,7 +28,7 @@ Future<bool> shareFiles(BuildContext context, List<String> filePaths) async {
}
_app.setCanMoveBg(false);
// ignore: deprecated_member_use
await Share.shareFiles(filePaths, text: 'ServerBox -> $text');
await Share.shareFiles(filePaths, subject: 'ServerBox -> $text');
_app.setCanMoveBg(true);
return filePaths.isNotEmpty;
}

View File

@@ -2,8 +2,8 @@
class BuildData {
static const String name = "ServerBox";
static const int build = 353;
static const String engine = "3.10.3";
static const String buildAt = "2023-06-05 17:15:25.298942";
static const int modifications = 6;
static const int build = 354;
static const String engine = "3.10.0";
static const String buildAt = "2023-06-08 19:29:06.373509";
static const int modifications = 80;
}