Changed skeleton data from 3 to 2 tiles
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 2m2s
Pull Request Pipeline / lint (pull_request) Successful in 2m4s

This commit is contained in:
2026-01-10 14:20:09 +01:00
parent d22855fc1a
commit 595cf6ead0
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ class _HomeViewState extends State<HomeView> {
/// Recent matches to display, initially filled with skeleton matches
List<Match> recentMatches = List.filled(
3,
2,
Match(
name: 'Skeleton Match',
group: Group(

View File

@@ -1,7 +1,7 @@
name: game_tracker
description: "Game Tracking App for Card Games"
publish_to: 'none'
version: 0.0.2+70
version: 0.0.2+73
environment:
sdk: ^3.8.1