Gruppenprofile implementieren #172
@@ -126,7 +126,7 @@ class _GroupProfileViewState extends State<GroupProfileView> {
|
||||
),
|
||||
const SizedBox(height: 5),
|
||||
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(
|
||||
fontSize: 12,
|
||||
color: CustomTheme.textColor,
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
name: game_tracker
|
||||
description: "Game Tracking App for Card Games"
|
||||
publish_to: 'none'
|
||||
version: 0.0.8+230
|
||||
version: 0.0.8+231
|
||||
|
||||
environment:
|
||||
sdk: ^3.8.1
|
||||
|
||||
Reference in New Issue
Block a user