Flutter 2.0 , Implement Search in Flutter on a listview

Поделиться
HTML-код
  • Опубликовано: 2 дек 2024

Комментарии • 39

  • @someshsahu4638
    @someshsahu4638 Год назад +1

    very nice explanation thankyou so much🙏🏽🙏🏽🙏🏽

  • @muhammadusmansiddiqui4850
    @muhammadusmansiddiqui4850 3 года назад

    One of the best video for Search Implementation
    with most easiet way to understand
    Great work brother

  • @doyouthinkso2079
    @doyouthinkso2079 3 года назад +2

    simple as that ? oh man every one makes it look like they are making a plane just thank you for keeping it simple

  • @garimabisht734
    @garimabisht734 3 года назад +2

    Life saver at the end moment❤

  • @daviskipchirchir1357
    @daviskipchirchir1357 Месяц назад

    SO thankful for this.

  • @anoofchappangathil3192
    @anoofchappangathil3192 3 года назад

    Thanks for the Save.. Great Explanation... Really appreciate your efforts....

  • @kartikeyraghav4477
    @kartikeyraghav4477 2 года назад

    Just the perfect thing I wanted
    Thank you

  • @edokichukwuyem8477
    @edokichukwuyem8477 2 года назад

    You really did a nice job of the checks you implemented.👍👍

  • @toggyk
    @toggyk 2 года назад

    you are amazing bro, this is what i search .

  • @zeus5227
    @zeus5227 3 года назад

    You rock man thanks for this amazing tutorial ❤❤

  • @fluttermakers
    @fluttermakers 2 года назад

    good video i subscribed 👍😉

  • @shbita
    @shbita Год назад

    Thanks great tutorial

  • @JuanPerez-vv5lk
    @JuanPerez-vv5lk 3 года назад

    Excellent tutorial.

  • @jarvsgithub6017
    @jarvsgithub6017 2 года назад

    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

  • @sushantkumar7630
    @sushantkumar7630 2 года назад

    Thank you soo much.

  • @pranaykrpiyush8572
    @pranaykrpiyush8572 2 года назад

    Thanks man

  • @vigneshm5088
    @vigneshm5088 2 года назад

    How to generate text with the different icons?

  • @germanisaibustosmoreno2400
    @germanisaibustosmoreno2400 3 года назад

    How can I open a window by clicking on an item in the listview?

  • @mohammad-karbalaee
    @mohammad-karbalaee 3 года назад

    very well done!🤞👏

  • @princekhan-zv3td
    @princekhan-zv3td 3 года назад

    Plz make a search on gridview

  • @bikerhunt
    @bikerhunt 3 года назад

    Ok brother I need that thanks your student chand

  • @InosatWork
    @InosatWork 7 месяцев назад

    perfect............

  • @berkink5303
    @berkink5303 3 года назад

    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?

    • @yasirjaved3544
      @yasirjaved3544 3 года назад

      SAME QUESTION @Coding with Hadi

    • @edokichukwuyem8477
      @edokichukwuyem8477 2 года назад +1

      You make them clickable by wrapping them in a gesture or inwell widget..but now the data will be passed in a different way.

    • @codingwithhadi
      @codingwithhadi  2 года назад

      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.

  • @jamunaaravinth2404
    @jamunaaravinth2404 3 года назад

    As same logic but please try to get model class to search the item please help me share the post immedietly

    • @codingwithhadi
      @codingwithhadi  2 года назад

      I did it, it available in the courses on Udemy

  • @chetnagupta2607
    @chetnagupta2607 3 года назад

    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 .

    • @codingwithhadi
      @codingwithhadi  3 года назад +1

      It is searching the entire list as i showed you.

  • @NetSystemDesigns
    @NetSystemDesigns Год назад

    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..

    • @codingwithhadi
      @codingwithhadi  Год назад

      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.

  • @bikerhunt
    @bikerhunt 3 года назад

    Pls make s small video for products grid view to search products pls

  • @viralmega9519
    @viralmega9519 3 года назад

    يا هندسه يا ريت لو تتكلم بلعربي ❤👍

    • @codingwithhadi
      @codingwithhadi  3 года назад

      اليوم رح حط فيديو بالعربي عن هاد الموضوع

    • @codingwithhadi
      @codingwithhadi  3 года назад

      ruclips.net/video/X9TLiYF59aA/видео.html

  • @nafeewalee
    @nafeewalee 2 года назад

    On line 79, you'd want to lowerCase both sides....
    element.toLowerCase().contains(value.toLowerCase())

    • @codingwithhadi
      @codingwithhadi  2 года назад +1

      @Nafee, for better approach and expanding searching results you can do this, I already covered it in my Udemy courses.