feat: ui detail upgrade

This commit is contained in:
Simon Ding
2024-07-21 17:46:05 +08:00
parent f7d858f920
commit 254de1d018
4 changed files with 213 additions and 212 deletions

View File

@@ -43,6 +43,7 @@ class SeriesDetailData
if (sp.code != 0) {
throw sp.message;
}
ref.invalidateSelf();
var name = (sp.data as Map<String, dynamic>)["name"];
return name;
}