MatchSummaryTile durch MatchTile ersetzen #142

Merged
flixcoo merged 17 commits from enhancement/137-matchsummarytile-durch-matchtile-ersetzen into development 2026-01-10 15:05:43 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 595cf6ead0 - Show all commits

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