Updated sign

This commit is contained in:
2025-07-19 15:46:25 +02:00
parent 1cf7fdbac3
commit d9c0d40ff2
2 changed files with 2 additions and 2 deletions

View File

@@ -86,7 +86,7 @@ class _PointOverviewViewState extends State<PointOverviewView> {
borderRadius: BorderRadius.circular(8), borderRadius: BorderRadius.circular(8),
), ),
child: Text( child: Text(
'${update >= 0 ? '+' : '-'}$update', '${update >= 0 ? '+' : ''}$update',
style: const TextStyle( style: const TextStyle(
color: CupertinoColors.white, color: CupertinoColors.white,
fontWeight: FontWeight.bold, fontWeight: FontWeight.bold,

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.4.8+522 version: 0.4.8+523
environment: environment:
sdk: ^3.5.4 sdk: ^3.5.4