follow in user info page

This commit is contained in:
wgh19
2024-05-13 20:33:51 +08:00
parent b4cff946aa
commit 10357ac9d0
4 changed files with 59 additions and 5 deletions

View File

@@ -54,7 +54,7 @@ class UserDetails {
final String account;
final String avatar;
final String comment;
final bool isFollowed;
bool isFollowed;
final bool isBlocking;
final String? webpage;
final String gender;