add organizers

This commit is contained in:
Valentin CZERYBA 2024-10-18 21:28:46 +02:00
parent b3c4980b52
commit f0780c2a3e

View File

@ -362,7 +362,7 @@ class _UpdateeventImageState extends State<UpdateeventImage>
readOnly: true, readOnly: true,
decoration: InputDecoration( decoration: InputDecoration(
border: OutlineInputBorder(), border: OutlineInputBorder(),
labelText: 'Date de debut de l\'évènement', labelText: 'Date de debut',
hintText: 'Cliquez ici pour selectionner une date'), hintText: 'Cliquez ici pour selectionner une date'),
onTap: () => onTapFunctionDatePicker( onTap: () => onTapFunctionDatePicker(
context: context, position: "start")), context: context, position: "start")),
@ -376,7 +376,7 @@ class _UpdateeventImageState extends State<UpdateeventImage>
readOnly: true, readOnly: true,
decoration: InputDecoration( decoration: InputDecoration(
border: OutlineInputBorder(), border: OutlineInputBorder(),
labelText: 'Heure de debut de l\'évènement', labelText: 'Heure de debut',
hintText: 'Cliquez ici pour selectionner une heure'), hintText: 'Cliquez ici pour selectionner une heure'),
onTap: () => onTapFunctionTimePicker( onTap: () => onTapFunctionTimePicker(
context: context, position: "start")), context: context, position: "start")),
@ -390,7 +390,7 @@ class _UpdateeventImageState extends State<UpdateeventImage>
readOnly: true, readOnly: true,
decoration: InputDecoration( decoration: InputDecoration(
border: OutlineInputBorder(), border: OutlineInputBorder(),
labelText: 'Date de fin de l\'évènement', labelText: 'Date de fin',
hintText: 'Cliquez ici pour selectionner une date'), hintText: 'Cliquez ici pour selectionner une date'),
onTap: () => onTapFunctionDatePicker( onTap: () => onTapFunctionDatePicker(
context: context, position: "end")), context: context, position: "end")),
@ -404,7 +404,7 @@ class _UpdateeventImageState extends State<UpdateeventImage>
readOnly: true, readOnly: true,
decoration: InputDecoration( decoration: InputDecoration(
border: OutlineInputBorder(), border: OutlineInputBorder(),
labelText: 'Heure de fin de l\'évènement', labelText: 'Heure de fin',
hintText: 'Cliquez ici pour selectionner une heure'), hintText: 'Cliquez ici pour selectionner une heure'),
onTap: () => onTapFunctionTimePicker( onTap: () => onTapFunctionTimePicker(
context: context, position: "end")), context: context, position: "end")),
@ -430,7 +430,7 @@ class _UpdateeventImageState extends State<UpdateeventImage>
onSubmitted: inputFieldValues.onTagSubmitted, onSubmitted: inputFieldValues.onTagSubmitted,
decoration: InputDecoration( decoration: InputDecoration(
border: OutlineInputBorder(), border: OutlineInputBorder(),
labelText: 'Tags evenement', labelText: 'Tags',
hintText: inputFieldValues.tags.isNotEmpty hintText: inputFieldValues.tags.isNotEmpty
? '' ? ''
: "Enter tag...", : "Enter tag...",