feat :
1 - search in map with api 2 - show details in selected location
This commit is contained in:
@@ -35,7 +35,7 @@ class SegmentationPage extends GetView<SegmentationLogic> {
|
||||
itemBuilder: (context, index) {
|
||||
var item = data.value.data!.results![index];
|
||||
return ObxValue((val) {
|
||||
return ListItem2(
|
||||
return ExpandableListItem2(
|
||||
selected: val.contains(index),
|
||||
onTap: () => controller.isExpandedList.toggle(index),
|
||||
index: index,
|
||||
|
||||
Reference in New Issue
Block a user