feat: add characters

This commit is contained in:
2026-07-10 00:56:58 +03:30
parent 7c067d36f2
commit 97d156c492
28 changed files with 486 additions and 94 deletions
@@ -13,6 +13,7 @@ class ProfileModel {
return ProfileEntity(
name: (name == null || name.isEmpty) ? 'بازیکن' : name,
avatar: (avatar == null || avatar.isEmpty) ? 'hakem-1' : avatar,
avatarImg: (wallet['selected_avatar_img'] ?? '') as String,
mobile: (user['mobile'] as String?) ?? '',
level: (wallet['level'] ?? 1) as int,
trophies: (wallet['trophies'] ?? 0) as int,