Build a Search System using Flutter

Поделиться
HTML-код
  • Опубликовано: 24 апр 2022
  • #flutter
    Hello and welcome 👋
    in this video I'm going to show you how to add a search function to your app and filter your data using Flutter
  • НаукаНаука

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

  • @shankardas2378
    @shankardas2378 8 месяцев назад +4

    Awesome tutorial! Thanks a lot!
    I would like to add couple line to search through the "release year" and "rating":
    displayList = movieList.where((element) => element.release_year.toString().contains(value.toString())).toList();
    displayList = movieList.where((element) => element.rating.toString().contains(value.toString())).toList();

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

    Thank you very much❤ the content helped me a lot. I'm a beginner in flutter, and your video helped me to create another function of my project, which was having a lot of difficulty.

  • @Nightscopepalm
    @Nightscopepalm 2 года назад +13

    The video is great, can I add one more thing that would benefit the viewers; Can you add timestamps when you code a certain piece of code 🙏🏼? After watching the whole video, I have to search for specific parts because I didn't note the time stamps.

  • @genelizleyici6739
    @genelizleyici6739 11 месяцев назад

    Thank you! I've learned a lot!!!!

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

    Thank you! The video is great!

  • @xephrgaming2732
    @xephrgaming2732 10 месяцев назад

    Great Job Bro
    neat and simple even without voice over

  • @a-z2928
    @a-z2928 Год назад

    Awesome 🎉

  • @abdulaziztursunov4279
    @abdulaziztursunov4279 10 месяцев назад

    very important thing for me .thank you and good luck for big things

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

    thanks for such wonderful video🙌

  • @replaytvsenegal7664
    @replaytvsenegal7664 11 месяцев назад

    THANK YOU very much from senegal in Africa

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

    😍Thank you Doctor You Help me so Much

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

    Thank you so much, this video help me a lot

  • @swanphyo1358
    @swanphyo1358 4 месяца назад

    Thanks dude. It helps❤

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

    Great Work 💌

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

    thank you!

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

    thanks bro help me and others

  • @PaulMcKillop
    @PaulMcKillop 2 года назад +7

    Just what I was looking for, Doctor. Thanks for your hard work again.

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

      I'm glad you liked it, I'll make another one but with a full filter system ith provider

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

    Thank you so much

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

    Sir! this video is great. I want to full tutorial of shopping app.

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

    amazing❤️

  • @thushankalana4940
    @thushankalana4940 9 месяцев назад

    Thank you so much Sir❤❤❤

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

    wow. thanks

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

    This was very helpful but I'm a flutter newbie so still trying to get my feet on the ground. I have each movie colored based on a data piece I need to filter on in my database. For example, movies about education have a green background while movies about religion are blue. When I scroll the color of the tiles is the background to my search Container. Do you know how to set the Container and background to always be white?

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

    Hey bro nice video!

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

    Nice tutorial! Can you please give out the github link?

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

    Wow ottimo tutorial ;)

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

    Great video.
    Can you make the same however this time having a database of all the movies?

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

    I know I'm late, but can you please tell what theme you were using for Vs Code at the time?

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

    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

  • @Mohamed-shehata-2023
    @Mohamed-shehata-2023 Год назад

    thanks

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

    can we get github repo
    this and pdf video u made

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

    That's a great video
    But if i want to bring filtered data from a firebase what's the best practice to do that
    Because the way you did in the video it's just on client side and then it'll make the search process much longer if there's too many data

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

    Always use light background

  • @Abhishekkumar-vl7sk
    @Abhishekkumar-vl7sk Год назад

    how to implement on tap on filtered list?? Can you help me with that.

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

    how to get api from imdb ?

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

    In my flutter application, doesn't work String? id; this kind of syntax. Why? What should I do?

  • @dokarkendal
    @dokarkendal 2 года назад +4

    can we implement search where by "title" and "year"?

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

      I'm going to make a video that allows you to filter data by parameters like date or rating

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

      @@DoctorCode9 thanks, i will watching

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

    what theme is it?

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

    Is possible to have a click on item and pass data to second Route ? how i must to do ? tank very mutch

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

    sir please upload the video of audio recorder and audio player soon as soon possible I'm thankful if sir upload the video

  • @rexotusher8822
    @rexotusher8822 Год назад +4

    Please share source code.

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

    Github code please?

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

    how can we create or own data like you did and store it in firebase and not in the app then we can display it the same way ? please anyone help !

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

      hey, I happy that you find my channel useful, I just made a video on how to create a note taking app with flutter and firebase, where you can learn how to store data in firebase database and display it in your app

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

    Can you plz create a tutorial on gridview search in flutter?

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

      it's the same thing, you just keep the list and instead if ListView you use gridview.builder

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

    hello guys ,I didn't understand at 10:00 why did he put the "!" sign side of movie_title? can anyone explain that?

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

      no need to check null .

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

      @@learningcurious5845 can you explain that please

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

      If you remember, when he was creating the movie model the title field was done like this "String? movie_title" this means that the title might be null or might be absent, or there may not be a title so in the application, he is trying to get the title to display which might be null as i have earlier said but by adding "!" He is telling the Text() widget that there will always be a title ,of course this could be problematic when in real life scenario there wasn't a title the app will throw an exception so it's better to perform a null check like this:
      Text(display_list[index].movie_title ?? "no title ") this way even if there is no title to display, the other text will be displayed thereby preventing throwing an exception 😅
      Don't mind my long typing but hope you understand 😊

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

    hey, how can we perform search operation for realtime database?

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

      Have you found the solution?

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

      Yes there is, just check out the instagram clone tutorial from Rivaan where he codes the search screen.

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

    I watched the video because of the music 😂 can anyone name the song?

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

    Can you share the source code please ?

  • @KapilSharma-ul4ev
    @KapilSharma-ul4ev 2 года назад +1

    source code

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

    the code?

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

    Source Code?

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

    nice

  • @mohanmovibrothers3539
    @mohanmovibrothers3539 2 года назад +2

    share the code

  • @armagan_gok
    @armagan_gok 2 года назад +2

    I don't understand why you don't share source code

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

    Thank you Doctor You Help me so Much, But I've a question! can I add muItipIe eIement search feature?

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

    thanks