feat: get cards from backend

This commit is contained in:
2026-06-24 08:35:31 +03:30
parent d837aca96e
commit 108a972761
83 changed files with 593 additions and 38 deletions
@@ -19,6 +19,8 @@ class ProfileModel {
xpInto: (wallet['xp_into_level'] ?? 0) as int,
xpNext: (wallet['xp_for_next'] ?? 1) as int,
vip: (stats['vip'] ?? false) as bool,
rankPoints: (wallet['rank_points'] ?? 0) as int,
rankTier: (wallet['rank_tier'] ?? 'bronze') as String,
stats: s == null
? null
: ProfileStats(