From d9c0d40ff2286e88a446765996004e49e4d742aa Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Sat, 19 Jul 2025 15:46:25 +0200 Subject: [PATCH] Updated sign --- lib/presentation/views/point_overview_view.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/presentation/views/point_overview_view.dart b/lib/presentation/views/point_overview_view.dart index f80b9b7..0abdaac 100644 --- a/lib/presentation/views/point_overview_view.dart +++ b/lib/presentation/views/point_overview_view.dart @@ -86,7 +86,7 @@ class _PointOverviewViewState extends State { borderRadius: BorderRadius.circular(8), ), child: Text( - '${update >= 0 ? '+' : '-'}$update', + '${update >= 0 ? '+' : ''}$update', style: const TextStyle( color: CupertinoColors.white, fontWeight: FontWeight.bold, diff --git a/pubspec.yaml b/pubspec.yaml index 9f58ea5..63ab04c 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.4.8+522 +version: 0.4.8+523 environment: sdk: ^3.5.4