update utf

This commit is contained in:
Mohamed Nouffer
2022-03-14 13:14:15 +05:30
parent 332a14230e
commit 5e3de63a3c
2 changed files with 4 additions and 2 deletions

View File

@ -88,7 +88,7 @@ class HomePage extends GetView<HomeController> {
);
},
leading: getImage(index),
title: Text(homeController.locations[0].collection[index].properties!['location_name']),
title: Text(homeController.locations[0].collection[index].properties!['location_name'].toString()),
subtitle: Text(homeController.locations[0].collection[index].properties!['category']),
),
);