<a href="https://i.stack.imgur.com/Lh1ij.png" rel="nofollow noreferrer">firestore</a> How can i make search by similar image from data stored in firebase using...
I am having a Map list with key and values, for example : <pre><code>map<String, dynamic> my_List = [{name: mike, age: &q...
I have a search bar which does a rest call after 1 second that the user has typed something. But, in case the user digits more letters, like "asd", actually it will pe...
I am implementing the below code for the search operation in the list in flutter application for firestore database. When no search is implemented it loads the...
Can you please help me with the following issue. I don't know how to fix my search query. For example, if I search for an Apple with the first letter upper...
I have ListView in Alert Dialog with Search (Filter). In normal screen the search with list is working but when I adding in AlertDialog it not works. Below is my code,...
I'm writing a flutter app that needs to set up elasticsearch on first run. To do this, I need to run some commands in the terminal, I know how to do it, but I also nee...
There are a lot of tutorials but rather than help me to move forward, I get lost in all possible options or I don't know how to improve the code (I would like to use a...
I got some problems to filter the results into the SearchDelegate. Here is my code: <pre><code>class CustomSearchDelegate extends SearchDelegate<String&g...
I'm trying to create searchbar using Cupertino widgets and slivers. Currently I have following structure: <pre><code>CupertinoApp CupertinoTabScaffold Cuper...
I want to implement a search bar that is revealed when user performs pull down action in <code>ListView</code> and hide it when user scrolls the <code>ListView</code>...
i was planning to have a full text search feature for the <code>String</code> name field of my document, but from the research i have done , it seems like searching te...
Could someone guide me to get the coordinates of an address in flutter? I need to enter addresses in a text box and get the longitude and latitude of that addr...
I currently have an application that contains a bottom tab navigation of which I want for the user to be able to navigate whatever page was tapped. I'm currently worki...
Im using this package: <a href="https://pub.dev/packages/material_floating_search_bar/example" rel="nofollow noreferrer">https://pub.dev/packages/material_floating_sea...