Thanks for sharing man! I'm making a personal project and when trying to build this, an error occurs on my 'query', that goes in the 'close(context, query)'. It says "The argument type 'String' can't be assignet to the parameter type 'className'". Do you have any idea of what do I should try to solve this?
It's hard to know exactly what is up, but basically you're trying to assign a String to a parameter that doesn't take a String. Find out what parameter that is, then while the cursor is selecting it, do CTRL + Q to see the type it expects
Best content I've found on the subject. Thank you!
i found any value at all in the video, thank you!
thanks for watching!
Really helpful and very nice explanation
Nice job!
wow great tutorial, thanks man :)
Your tutorial has been great and really useful.thanks🙏🙏
i love youuuu you solved my problem
great video! and excelent explanation! keep on goin!
thank you so much!
Nice tutorial, I really appreciate it. As a suggestion, a link to a gist with the final code would be a nice extra.
Thank you, appreciate the feedback! Lately I have been doing my best to add it to these types of videos with longer code. Thanks for watching!
Thanks for sharing man! I'm making a personal project and when trying to build this, an error occurs on my 'query', that goes in the 'close(context, query)'. It says "The argument type 'String' can't be assignet to the parameter type 'className'". Do you have any idea of what do I should try to solve this?
It's hard to know exactly what is up, but basically you're trying to assign a String to a parameter that doesn't take a String. Find out what parameter that is, then while the cursor is selecting it, do CTRL + Q to see the type it expects
Hey, how can we perform search operation for realtime database firebase ?
Very nice tutorial, is really functional and well explained. I have a question, is it possible to change the "search" word to something else?
Not sure how, but surely you can. You might have to make your own copy of the original class file and find where they defined the "search" word
@override
String get searchFieldLabel => 'custom label';
As soon as I run in release mode, SearchDelegate stops working. Why is this?
Damn, really? I have no idea why that would happen :/ maybe some update or non-compatible versions?