Changed date format
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 2m21s
Pull Request Pipeline / lint (pull_request) Successful in 2m26s

This commit is contained in:
2026-01-17 14:54:06 +01:00
parent ff47ef38c1
commit 514e0f8064
2 changed files with 2 additions and 2 deletions

View File

@@ -126,7 +126,7 @@ class _GroupProfileViewState extends State<GroupProfileView> {
), ),
const SizedBox(height: 5), const SizedBox(height: 5),
Text( Text(
"${loc.created_on} ${DateFormat('dd.MM.yyyy').format(widget.group.createdAt)}", "${loc.created_on} ${DateFormat('MMM d, yyyy').format(widget.group.createdAt)}",
style: const TextStyle( style: const TextStyle(
fontSize: 12, fontSize: 12,
color: CustomTheme.textColor, color: CustomTheme.textColor,

View File

@@ -1,7 +1,7 @@
name: game_tracker name: game_tracker
description: "Game Tracking App for Card Games" description: "Game Tracking App for Card Games"
publish_to: 'none' publish_to: 'none'
version: 0.0.8+230 version: 0.0.8+231
environment: environment:
sdk: ^3.8.1 sdk: ^3.8.1