⬆️ Upgrade deps and flutter

This commit is contained in:
2025-09-21 02:06:34 +08:00
parent a243cda1df
commit c7f9da0dee
7 changed files with 70 additions and 74 deletions

View File

@@ -13,7 +13,7 @@ Future<void> initializeTzdb() async {
}
Future<String> getMachineTz() async {
return await FlutterTimezone.getLocalTimezone();
return (await FlutterTimezone.getLocalTimezone()).identifier;
}
List<String> getAvailableTz() {