From 9146fd02e4da353ee24bbef590ec7095d3c2f9ff Mon Sep 17 00:00:00 2001 From: Valentin CZERYBA Date: Sat, 16 Nov 2024 21:35:16 +0100 Subject: [PATCH] add title - subtile in list --- covas_mobile/lib/pages/UpdateEventImage.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/covas_mobile/lib/pages/UpdateEventImage.dart b/covas_mobile/lib/pages/UpdateEventImage.dart index 44cbd09..25ac063 100644 --- a/covas_mobile/lib/pages/UpdateEventImage.dart +++ b/covas_mobile/lib/pages/UpdateEventImage.dart @@ -385,7 +385,8 @@ class _UpdateeventImageState extends State itemCount: suggestions.length, itemBuilder: (context, index) { return ListTile( - title: Text(suggestions[index]['place_name']), + title: Text(suggestions[index]['text']), + subtitle: Text(suggestions[index]['place_name']), onTap: () async { print("suggestion tapped : ${suggestions[index]}"); final latitude =