Request help implementing auto search #89
Unanswered
jesussmile
asked this question in
Q&A
Replies: 2 comments 4 replies
-
i'm sorry i didn't see your code until now |
Beta Was this translation helpful? Give feedback.
4 replies
-
what is the problem that you are facing ? can you provide more information about that |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have spent a lot of time trying to get the auto search feature working but I keep running into errors, so I have stripped my code naked and posting it here. Can you provide me some small tips on how I can implement this? I did read the document
List<SearchInfo> suggestions = await addressSuggestion("address");
, As I am new to this and basically learning dart with your plugin a little help in the right direction would be helpful. I hope its not too much, just a basic answer would be okay. I am using TypeAheadWidget and your class to get the auto search working .This is the Type Ahead Field widget
This is the your class for photon Api
Beta Was this translation helpful? Give feedback.
All reactions