mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-18 15:54:35 +01:00
new: launch image
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user