update utf
This commit is contained in:
@ -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']),
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user