From 595cf6ead07a7548fd1e073518ab30e55568eb65 Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Sat, 10 Jan 2026 14:20:09 +0100 Subject: [PATCH] Changed skeleton data from 3 to 2 tiles --- lib/presentation/views/main_menu/home_view.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/presentation/views/main_menu/home_view.dart b/lib/presentation/views/main_menu/home_view.dart index 118c0e1..29da229 100644 --- a/lib/presentation/views/main_menu/home_view.dart +++ b/lib/presentation/views/main_menu/home_view.dart @@ -34,7 +34,7 @@ class _HomeViewState extends State { /// Recent matches to display, initially filled with skeleton matches List recentMatches = List.filled( - 3, + 2, Match( name: 'Skeleton Match', group: Group( diff --git a/pubspec.yaml b/pubspec.yaml index ff49b8d..1255a27 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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