CreateGameView erstellen #67

Merged
sneeex merged 35 commits from feature/3-creategameview-erstellen into development 2025-12-10 20:43:54 +00:00
Showing only changes of commit 45abc79f95 - Show all commits

View File

@@ -221,10 +221,6 @@ class _CreateGameViewState extends State<CreateGameView> {
group: selectedGroup!,
players: selectedPlayers,
);
final db = Provider.of<AppDatabase>(
context,
listen: false,
);
await db.gameDao.addGame(game: game);
flixcoo marked this conversation as resolved Outdated

auch hier print

auch hier print
if (context.mounted) {
Navigator.pushReplacement(