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
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 .
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 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
Life saver at the end moment❤
SO thankful for this.
simple as that ? oh man every one makes it look like they are making a plane just thank you for keeping it simple
Just the perfect thing I wanted
Thank you
good video i subscribed 👍😉
Thanks for the Save.. Great Explanation... Really appreciate your efforts....
you are amazing bro, this is what i search .
You rock man thanks for this amazing tutorial ❤❤
You really did a nice job of the checks you implemented.👍👍
How to generate text with the different icons?
Thanks great tutorial
How can I open a window by clicking on an item in the listview?
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
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
Excellent tutorial.
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.
Thanks man
Thank you soo much.
very well done!🤞👏
Plz make a search on gridview
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.
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
Ok brother I need that thanks your student chand
perfect............
يا هندسه يا ريت لو تتكلم بلعربي ❤👍
اليوم رح حط فيديو بالعربي عن هاد الموضوع
ua-cam.com/video/X9TLiYF59aA/v-deo.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.