FutureBuilder-/Skeleton-/Futurelogik verbessern #90

Merged
sneeex merged 24 commits from enhancement/80-FutureBuilder-Logik-bei-Interaktion-mit-DB-verbessern into development 2025-12-29 17:21:49 +00:00
Showing only changes of commit b29cd6dff4 - Show all commits

View File

@@ -58,7 +58,7 @@ class _HomeViewState extends State<HomeView> {
.toList(); .toList();
if (loadedRecentMatches.length < 2) { if (loadedRecentMatches.length < 2) {
recentMatches.add( recentMatches.add(
Match(name: "Dummy Match", winner: null, group: null, players: null), Match(name: 'Dummy Match', winner: null, group: null, players: null),
); );
} }
if (mounted) { if (mounted) {