feat: get bangumi last play time

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-01-02 11:26:30 +08:00
parent 28c2323ef1
commit 665f5cdeef
5 changed files with 44 additions and 13 deletions

View File

@@ -34,6 +34,14 @@ class Utils {
static const channel = MethodChannel("pilipalax");
static void showCopyTextDialog(text) {
Get.dialog(
AlertDialog(
content: SelectableText('$text'),
),
);
}
static Future<dynamic> getWwebid(mid) async {
try {
dynamic response =