-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hlm 3091 proximity based search (#190)
* added filter for stock recon * removed un-used code * added fallback code * added query * enabled proximity bases search * modified the query * modfied the query * added clearing the search bar when proximity search is triggered * added filters * Update dart.yml (#200) * Update dart.yml * Update dart.yml * Update dart.yml * Update dart.yml * HLM-3379: Fixed proximity based search * Revert "HLM-3379: Fixed proximity based search" This reverts commit a22ef1c. * HLM-3379: Fixed proximity based search (#205) * HLM-3379: Fixed proximity based search * HLM-3379: Code updated * HLM-3379: Updated code * Proximity Based search Code review changes * HLM-3379:Updated distance display info inside brackets --------- Co-authored-by: Ramkrishna-egov <[email protected]> * HLM-3950:: Digit Components changes pull out from CBO App (#210) * HLM-3560::Black Screen fixes on App launch (#211) * HLM-3560::Black Screen fixes on App launch * HLM-3560::Black Screen and Offline data fetch on App launch * HLM-3560:: added Code commenting for Blank screen fixes * Blank screen localizations changed to English * Hlm 2982 added seperate server client time (#209) * added client-audit-time * added roles actions * removed commented code * added client audit details * updated the mason scripts - added client audit details * added client audit details * added time log in audiit * added audit details * added client modified Time * added client audit details for member * added client audit details * added client audit details on household update * added client audit details for delete * added client aduit details for project beneficary * added client audit details * added null check * added null check * added missing routers * added fix for task client audit details * added time stamp and removed the print statements * removed TODO as it's been completed * Update auth_model.dart --------- Co-authored-by: Anil Singha <[email protected]> Co-authored-by: Ramkrishna-egov <[email protected]> Co-authored-by: Ramkrishna-egov <[email protected]>
- Loading branch information
1 parent
984549f
commit e954073
Showing
35 changed files
with
1,682 additions
and
422 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
- name: Flutter action | ||
uses: subosito/[email protected] | ||
with: | ||
flutter-version: '3.10.5' | ||
flutter-version: "3.10.5" | ||
|
||
- name: Generate models | ||
run: ./tools/install_bricks.sh | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.