Тёмный
No video :(

Build a Search System using Flutter 

doctor code
Подписаться 29 тыс.
Просмотров 81 тыс.
50% 1

#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

Опубликовано:

 

26 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 68   
@shankardas2378
@shankardas2378 8 месяцев назад
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();
@Nightscopepalm
@Nightscopepalm 2 года назад
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.
@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.
@PaulMcKillop
@PaulMcKillop 2 года назад
Just what I was looking for, Doctor. Thanks for your hard work again.
@DoctorCode9
@DoctorCode9 2 года назад
I'm glad you liked it, I'll make another one but with a full filter system ith provider
@NouraddinKhalil
@NouraddinKhalil 2 года назад
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
@abdulaziztursunov4279
@abdulaziztursunov4279 10 месяцев назад
very important thing for me .thank you and good luck for big things
@nikkis8102
@nikkis8102 2 года назад
Nice tutorial! Can you please give out the github link?
@AyushPanditofficial
@AyushPanditofficial 2 года назад
can we get github repo this and pdf video u made
@replaytvsenegal7664
@replaytvsenegal7664 Год назад
THANK YOU very much from senegal in Africa
@saipannur3790
@saipannur3790 8 месяцев назад
Thank you so much, this video help me a lot
@xephrgaming2732
@xephrgaming2732 11 месяцев назад
Great Job Bro neat and simple even without voice over
@genelizleyici6739
@genelizleyici6739 Год назад
Thank you! I've learned a lot!!!!
@dokarkendal
@dokarkendal 2 года назад
can we implement search where by "title" and "year"?
@DoctorCode9
@DoctorCode9 2 года назад
I'm going to make a video that allows you to filter data by parameters like date or rating
@dokarkendal
@dokarkendal 2 года назад
@@DoctorCode9 thanks, i will watching
@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?
@anishumanisa7269
@anishumanisa7269 Год назад
how to get api from imdb ?
@atmmmrestaurant1461
@atmmmrestaurant1461 2 года назад
Sir! this video is great. I want to full tutorial of shopping app.
@celsospina8011
@celsospina8011 Год назад
Thank you! The video is great!
@swanphyo1358
@swanphyo1358 4 месяца назад
Thanks dude. It helps❤
@asifulahsan
@asifulahsan 8 месяцев назад
I know I'm late, but can you please tell what theme you were using for Vs Code at the time?
@rexotusher8822
@rexotusher8822 Год назад
Please share source code.
@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
@khimleshgajuddhur6892
@khimleshgajuddhur6892 Год назад
Great video. Can you make the same however this time having a database of all the movies?
@thushankalana4940
@thushankalana4940 10 месяцев назад
Thank you so much Sir❤❤❤
@ashikulislamdev
@ashikulislamdev Год назад
Thank you Doctor You Help me so Much, But I've a question! can I add muItipIe eIement search feature?
@riskzerobeatz
@riskzerobeatz 2 года назад
Github code please?
@a-z2928
@a-z2928 Год назад
Awesome 🎉
@anshumankhandualo9973
@anshumankhandualo9973 Год назад
thanks for such wonderful video🙌
@baselizz5969
@baselizz5969 Год назад
😍Thank you Doctor You Help me so Much
@abdullahhashmi8816
@abdullahhashmi8816 Год назад
Always use light background
@lojasnegrao3505
@lojasnegrao3505 Год назад
Hey bro nice video!
@vegaboy2003
@vegaboy2003 8 месяцев назад
Is possible to have a click on item and pass data to second Route ? how i must to do ? tank very mutch
@Abhishekkumar-vl7sk
@Abhishekkumar-vl7sk Год назад
how to implement on tap on filtered list?? Can you help me with that.
@sergiowmuller
@sergiowmuller Год назад
thank you!
@AshOuaek
@AshOuaek Год назад
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
@asifullah8488
@asifullah8488 Год назад
Great Work 💌
@nicataliyev7440
@nicataliyev7440 Год назад
Thank you so much
@UNFORSEEN_DANISH
@UNFORSEEN_DANISH Год назад
thanks bro help me and others
@nurzhakhan
@nurzhakhan Год назад
In my flutter application, doesn't work String? id; this kind of syntax. Why? What should I do?
@vegaboy2003
@vegaboy2003 8 месяцев назад
Wow ottimo tutorial ;)
@saidaydn5159
@saidaydn5159 Год назад
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 😊
@MrLawaghar
@MrLawaghar 2 года назад
Can you plz create a tutorial on gridview search in flutter?
@DoctorCode9
@DoctorCode9 2 года назад
it's the same thing, you just keep the list and instead if ListView you use gridview.builder
@mercymaina1355
@mercymaina1355 Год назад
wow. thanks
@alanibrahimhamadamin4125
@alanibrahimhamadamin4125 2 года назад
amazing❤️
@smthing_likethat
@smthing_likethat Год назад
what theme is it?
@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
@eyadabbod4903
@eyadabbod4903 Год назад
thanks
@armagan_gok
@armagan_gok 2 года назад
I don't understand why you don't share source code
@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?
@Gentleman217
@Gentleman217 Год назад
the code?
@KapilSharma-ul4ev
@KapilSharma-ul4ev 2 года назад
source code
@saidaydn5159
@saidaydn5159 Год назад
Can you share the source code please ?
@haroonrehman8156
@haroonrehman8156 Год назад
Source Code?
@mohanmovibrothers3539
@mohanmovibrothers3539 2 года назад
share the code
@DoctorCode9
@DoctorCode9 2 года назад
hello sorry for the late I'll share the code tonight
@mohanmovibrothers3539
@mohanmovibrothers3539 Год назад
@@DoctorCode9 link for the code
@fawziarahman6166
@fawziarahman6166 Год назад
nice
@Mohamed-shehata-2023
@Mohamed-shehata-2023 Год назад
thanks
Далее
🖥📱RESPONSIVE DESIGN • Flutter Tutorial
8:03
Просмотров 281 тыс.
Flutter Tutorial | Create a Music App using Flutter
32:25
Bottom Navigation Bar in Flutter - Programming Addict
6:52
No, Flexbox isn't "good enough"
9:18
Просмотров 39 тыс.
How to Build Simple Search in Flutter App
9:49
Просмотров 52 тыс.
Flutter Searchable ListView - Day 28
6:43
Просмотров 14 тыс.
Flutter Basic Training - 12 Minute Bootcamp
12:09
Просмотров 884 тыс.