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 /// Recent matches to display, initially filled with skeleton matches
List<Match> recentMatches = List.filled( List<Match> recentMatches = List.filled(
3, 2,
Match( Match(
name: 'Skeleton Match', name: 'Skeleton Match',
group: Group( group: Group(

View File

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