Removed confetti button

This commit is contained in:
2025-07-20 23:12:19 +02:00
parent 2a7b2a9dc0
commit 43fd53a011
2 changed files with 1 additions and 5 deletions

View File

@@ -260,10 +260,6 @@ class _ActiveGameViewState extends State<ActiveGameView> {
); );
} }
}), }),
CupertinoListTile(
title: const Text('Konfetti'),
onTap: () => confettiController.play(),
)
], ],
) )
], ],

View File

@@ -2,7 +2,7 @@ name: cabo_counter
description: "Mobile app for the card game Cabo" description: "Mobile app for the card game Cabo"
publish_to: 'none' publish_to: 'none'
version: 0.5.2+580 version: 0.5.2+581
environment: environment:
sdk: ^3.5.4 sdk: ^3.5.4