Flutter Search Bar TextField Tutorial - Search & Filter Data In Flutter

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

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

  • @rlt_app
    @rlt_app 7 месяцев назад +3

    You always cover the most useful topics. Thank you for this detailed tutorial!

  • @MHM-jy4uj
    @MHM-jy4uj 7 месяцев назад +2

    Your tutorials are always top-notch.

  • @CaioSilva-gw9nd
    @CaioSilva-gw9nd 6 месяцев назад +1

    Incredible skill in coding and explaining simultaneously! Your content is excellent.

  • @moneyman-ne9lw
    @moneyman-ne9lw 7 месяцев назад +3

    Incredible tutorial as always! This will definitely improve the UX of my app.

  • @abaz-1000
    @abaz-1000 7 месяцев назад +2

    How am i not going to subscribe your channel!
    Thanks for your great content
    Keep forward you have a future I believe

  • @preneure
    @preneure 7 месяцев назад +3

    Keep up the great work 👏

  • @rida_brahim
    @rida_brahim 7 месяцев назад +2

    Great one, you can also drop a tutorial for building and releasing a flutter app and give best options on sdk versions etc

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

      Thanks for the suggestion I'll take a look into it.

  • @minashenouda247
    @minashenouda247 7 месяцев назад +1

    I just wonder if you could make a tutorial about passing the selected value from the list view to another page !

  • @Matex__
    @Matex__ 7 месяцев назад +1

    Useful and simple, I like it! However, how would one make proper search that filters items as you write text in searchfield without submitting a search with button?

    • @m_hussain_mustafa
      @m_hussain_mustafa  7 месяцев назад +1

      Ah great suggestion you are referring to a typeahead search. I'll have a tutorial on that soon. :)

  • @minashenouda247
    @minashenouda247 7 месяцев назад +1

    great tutorial

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

    Thank you sir,.... How can i include a search suggestion? As i type the keyword is want the search input to predict and suggest keywords

    • @m_hussain_mustafa
      @m_hussain_mustafa  7 месяцев назад +1

      Hi, what you are referring to is a type ahead search for now I’d recommend googling and talking a look at how to build that using Flutter, but I’ll try to create a tutorial on that soon.

  • @MrIMacro
    @MrIMacro 7 месяцев назад +1

    Amazing and thanks for the source code. Could you please explain to us how to create a search function in flutter with large number of items, lets say one hundred million. For example, searching for a certain mobile number in yellow pages of a certain country. how is this kind of data being stored and searched. Thanks again.

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

      Hi, thanks for the suggestion a 100 million rows is a lot of data, but maybe I'll create a tutorial on this type of a topic.

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

      @@m_hussain_mustafa can't wait please

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

    Great tutorial but what if we want an auto-suggestion functionality and if i use 'onchange' function and call my API with every change which creates multiple API calls. How to resolve this issue.

    • @m_hussain_mustafa
      @m_hussain_mustafa  7 месяцев назад +1

      You can then just filter the results locally by pulling all of the products from api once and then just searching through them locally. Like eg filtering a liste based upon a condition.

    • @WhatAMoron-007
      @WhatAMoron-007 3 месяца назад

      ​@@m_hussain_mustafabut what if the dataset is really large, then what

  • @sreenathtp12
    @sreenathtp12 6 месяцев назад +1

    how do you import the star emoji in the code

  • @MohamedSamir-rc1zs
    @MohamedSamir-rc1zs 3 месяца назад

    It's very well.

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

    please I can't download the source code

  • @syedshahzain-u4c
    @syedshahzain-u4c 7 месяцев назад +1

    Great