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