为 audioplayers_android 模块单独设置 Java 1.8,其他模块保持 Java 17

This commit is contained in:
Developer
2026-03-31 03:13:47 +08:00
parent 7c09ade2bb
commit d66dc73349
24 changed files with 367 additions and 527 deletions

View File

@@ -153,7 +153,6 @@ class _HistoryPageState extends State<HistoryPage> {
_showSnackBar('删除失败');
}
} catch (e) {
print('删除历史记录失败: $e');
_showSnackBar('删除失败');
}
}
@@ -170,7 +169,6 @@ class _HistoryPageState extends State<HistoryPage> {
_showSnackBar('无数据可导出');
}
} catch (e) {
print('导出历史记录失败: $e');
_showSnackBar('导出失败');
}
}
@@ -239,7 +237,6 @@ class _HistoryPageState extends State<HistoryPage> {
),
);
} catch (e) {
print('获取统计失败: $e');
_showSnackBar('获取统计失败');
}
}