Flutter Searching With Firebase Firestore | ListView Search | Filter Data

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

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

  • @Carlillus
    @Carlillus Год назад +2

    This helped me. Thanks!
    Greetings
    From Venezuela 👋😎👍❤💫

  • @felixtechmedia
    @felixtechmedia 8 месяцев назад

    Great video. It works like a charm!

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

    This helped me. Thanks!

  • @NicollasFirmino-bl3yp
    @NicollasFirmino-bl3yp 10 месяцев назад

    Wow, amazing!!

  • @SiThu-y4d
    @SiThu-y4d Год назад

    Thinks Sir , this is very useful for me.

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

    Thank you sir, this video helps me a lot, thanks again

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

    U are perfect

  • @atech-creativesolutions4668
    @atech-creativesolutions4668 Год назад

    Thanks for this video its help me a lot but could implement clickable functionality on that particular data that have been search

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

      you can wrap the widget with a GestureDetector or InkWell widget

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

      i think you have to wrap the list with a gesture detector and create a new blank screen which will accept data from the list then when the list is clicked pass the data to the new created screen

  • @q40-qiu15
    @q40-qiu15 Год назад +1

    Can you post the link to this whole source code here?

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

    how can i get the id of the searched document??

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

      use .id, allResults[index].id
      refer this
      ruclips.net/video/X2VRgSRvykk/видео.html