migrate: flutter 3.32

This commit is contained in:
lollipopkit🏳️‍⚧️
2025-05-25 17:05:46 +08:00
parent 7e16d2f159
commit 9547d92ac5
25 changed files with 1380 additions and 825 deletions

View File

@@ -90,7 +90,7 @@ final class _BackupPageState extends State<BackupPage>
trailing: const Icon(Icons.save),
onTap: () async {
final path = await Backup.backup();
await Pfs.share(path: path);
await Pfs.sharePaths(paths: [path]);
},
),
ListTile(