feat: get cards from backend
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user