Can you have a tutorial of multiple strings in search ex. "Lorem","Lorem 1","Lorem 2","Lorem 3","Lorem 4"; and it shows the result of search all containing the data
So helpful! Great video, thank you! Just one question: How can I make those texts clickable? So if I click on "apple", is it possible to open a new ModalBottomSheet?
Same as @Edoki said, wrap it by inkwell on gesture detecture and access the value from the list since you already have the index, I already covered everything in my courses on Udemy.
It is searching only one value in a list tile, if there are many values in a list tile then it is replacing other values with the searched value For one value in list tile, it is working fine but it is not searching for the entire list .
It doesn't really work very well tbh. You can do a search and it will show things with that letter in it. But it you actually spell the name out it will say no result..
very nice explanation thankyou so much🙏🏽🙏🏽🙏🏽
One of the best video for Search Implementation
with most easiet way to understand
Great work brother
simple as that ? oh man every one makes it look like they are making a plane just thank you for keeping it simple
Life saver at the end moment❤
SO thankful for this.
Thanks for the Save.. Great Explanation... Really appreciate your efforts....
Just the perfect thing I wanted
Thank you
You really did a nice job of the checks you implemented.👍👍
you are amazing bro, this is what i search .
You rock man thanks for this amazing tutorial ❤❤
good video i subscribed 👍😉
Thanks great tutorial
Excellent tutorial.
Can you have a tutorial of multiple strings in search ex. "Lorem","Lorem 1","Lorem 2","Lorem 3","Lorem 4"; and it shows the result of search all containing the data
Thank you soo much.
Thanks man
How to generate text with the different icons?
How can I open a window by clicking on an item in the listview?
very well done!🤞👏
Plz make a search on gridview
Ok brother I need that thanks your student chand
perfect............
So helpful! Great video, thank you! Just one question: How can I make those texts clickable? So if I click on "apple", is it possible to open a new ModalBottomSheet?
SAME QUESTION @Coding with Hadi
You make them clickable by wrapping them in a gesture or inwell widget..but now the data will be passed in a different way.
Same as @Edoki said, wrap it by inkwell on gesture detecture and access the value from the list since you already have the index, I already covered everything in my courses on Udemy.
As same logic but please try to get model class to search the item please help me share the post immedietly
I did it, it available in the courses on Udemy
It is searching only one value in a list tile, if there are many values in a list tile then it is replacing other values with the searched value
For one value in list tile, it is working fine but it is not searching for the entire list .
It is searching the entire list as i showed you.
It doesn't really work very well tbh. You can do a search and it will show things with that letter in it. But it you actually spell the name out it will say no result..
Hello, I am showing you how to do the list in general and change the UI based on that, the search function can be implemented in many ways.
Pls make s small video for products grid view to search products pls
Yes I will
يا هندسه يا ريت لو تتكلم بلعربي ❤👍
اليوم رح حط فيديو بالعربي عن هاد الموضوع
ruclips.net/video/X9TLiYF59aA/видео.html
On line 79, you'd want to lowerCase both sides....
element.toLowerCase().contains(value.toLowerCase())
@Nafee, for better approach and expanding searching results you can do this, I already covered it in my Udemy courses.