feature/link #47

Merged
v4l3n71n merged 5 commits from feature/link into main 2025-08-15 21:19:14 +00:00
4 changed files with 40 additions and 3 deletions
Showing only changes of commit 0113fcc382 - Show all commits

View File

@@ -130,5 +130,9 @@
"unknown_error": "Unbekannter Fehler",
"app_error": "Anwendungsfehler",
"at": "um",
"to_date": "bis"
"to_date": "bis",
"item_link": "Link : ",
"item_ticket": "Abendkarte : "
}

View File

@@ -132,5 +132,7 @@
"unknown_error": "Unknown error",
"app_error": "Application error",
"at": "at",
"to_date": "to"
"to_date": "to",
"item_link": "Link : ",
"item_ticket": "Ticket : "
}

View File

@@ -132,6 +132,9 @@
"unknown_error": "Erreur inconnue",
"app_error": "Erreur d'application",
"at": "à",
"to_date": "jusqu'à"
"to_date": "jusqu'à",
"item_link": "Lien : ",
"item_ticket": "Billet : "
}

View File

@@ -276,6 +276,34 @@ class _ItemMenuState extends State<ItemMenu> with ShowAlertDialog {
maxLines: 3,
overflow: TextOverflow.ellipsis)))
]),
Row(children: [
Icon(Icons.event),
Text(
AppLocalizations.of(context)?.item_link ?? "Link : ",
style: TextStyle(fontSize: 15.0, fontWeight: FontWeight.bold),
)
]),
Row(
children: [
Flexible(
child: Text("${eventStartDate}",
style: TextStyle(fontSize: 15.0)))
],
),
Row(children: [
Icon(Icons.event),
Text(
AppLocalizations.of(context)?.item_ticket ?? "Ticket : ",
style: TextStyle(fontSize: 15.0, fontWeight: FontWeight.bold),
)
]),
Row(
children: [
Flexible(
child: Text("${eventStartDate}",
style: TextStyle(fontSize: 15.0)))
],
),
Row(children: [
Icon(Icons.group),
Text(