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;
}