diff --git a/lib/presentation/views/active_game_view.dart b/lib/presentation/views/active_game_view.dart index 58f5765..1c10095 100644 --- a/lib/presentation/views/active_game_view.dart +++ b/lib/presentation/views/active_game_view.dart @@ -260,10 +260,6 @@ class _ActiveGameViewState extends State { ); } }), - CupertinoListTile( - title: const Text('Konfetti'), - onTap: () => confettiController.play(), - ) ], ) ], diff --git a/pubspec.yaml b/pubspec.yaml index 0bc543c..01d641d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: cabo_counter description: "Mobile app for the card game Cabo" publish_to: 'none' -version: 0.5.2+580 +version: 0.5.2+581 environment: sdk: ^3.5.4