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
@@ -84,6 +84,14 @@ class _LobbyScreenState extends State<LobbyScreen> {
},
),
const SizedBox(height: 16),
GameButton(
label: 'رتبه‌بندی',
icon: Icons.leaderboard,
width: double.infinity,
colors: const [Color(0xFFE9952F), Color(0xFF9C5A00)],
onTap: () => context.push('/leaderboard'),
),
const SizedBox(height: 16),
GameButton(
label: 'فروشگاه',
icon: Icons.storefront,