feat :
1 - search location and conditions 2 - parse list in isolate
This commit is contained in:
@@ -20,7 +20,6 @@ class InspectionMapPage extends GetView<InspectionMapLogic> {
|
||||
filteringWidget: filterWidget(showIndex: 3.obs, filterIndex: 5.obs),
|
||||
widgets: [
|
||||
MapPage(),
|
||||
ObxValue((p0) => Text(p0.toString()), controller.showIndex),
|
||||
ObxValue((data) {
|
||||
if (data.value) {
|
||||
WidgetsBinding.instance.addPostFrameCallback((_) {
|
||||
@@ -66,7 +65,7 @@ class InspectionMapPage extends GetView<InspectionMapLogic> {
|
||||
controller.baseLogic.searchTextController.clear();
|
||||
controller.baseLogic.searchValue.value = null;
|
||||
controller.baseLogic.isSearchSelected.value = false;
|
||||
controller. mapLogic.hasFilterOrSearch.value = false;
|
||||
controller.mapLogic.hasFilterOrSearch.value = false;
|
||||
controller.searchedPoultryLocation.value = Resource.initial();
|
||||
},
|
||||
enableFeedback: true,
|
||||
@@ -92,7 +91,6 @@ class InspectionMapPage extends GetView<InspectionMapLogic> {
|
||||
),
|
||||
GestureDetector(
|
||||
onTap: () {
|
||||
|
||||
Get.back();
|
||||
},
|
||||
child: Assets.vec.mapSvg.svg(
|
||||
|
||||
Reference in New Issue
Block a user