Flutter Flow - Dynamic DropDown Tutorial

  Рет қаралды 34,071

Jim Explains

Jim Explains

Жыл бұрын

In this Flutter Flow tutorial, we'll learn how to create dynamic dropdown menus that respond to user input. Dropdowns are a common UI element in many mobile and web applications, and Flutter Flow makes it easy to create them without writing a single line of code. With dynamic dropdowns, we can build more interactive and user-friendly interfaces that adapt to users' needs and preferences. We'll cover the basics of dropdowns, how to bind them to data sources, and how to update their values based on user selections. By the end of this tutorial, you'll have a solid understanding of how to create dynamic dropdowns in Flutter Flow, and you'll be able to apply this knowledge to your own projects. Whether you're a beginner or an experienced Flutter developer, this tutorial has something for you. So, let's get started and learn how to build better dropdowns in Flutter Flow!

Пікірлер: 37
@ayrtonfarias9225
@ayrtonfarias9225 9 ай бұрын
Excellent tutorial, Jim. Thanks, and congratulatios. Looking forward to watching more tutorials as clear as this one. I wish you all the best!
@Dobbiy
@Dobbiy 5 ай бұрын
I loved the video, I was trying to do that... But I ended up not doing it your way because the list was too simple to have to require the backend (this can overload the server for silly things). So far I haven't seen anyone teach how to do it without a backend, but I managed to do it here. using a normal dropdown 1. Create state of type string and list (cars list) and didn't add anything to it, then I put the "Dynamic DropDown" to have the list according to the string (cars list), whatever is in the string is in the list!!! 2. Create the lists in new states of type string and list each with a different list (State Audi: car1, car2...) (State Ford: car1, car2...). 3. Add what you want to the list in the first dropdown normally (in this case audi and ford) 4. Add a Conditional Action if ("First Dropdown" == "audi") update the state string "cars list" to state string "Audi" And that should make the second list dynamic
@krypto1530
@krypto1530 Жыл бұрын
Don't listen to comment below! We appreciate you trying to help even though you prefer your voice not to be heard online. Thanks this was really helpful video, keep it up
@JimExplains
@JimExplains Жыл бұрын
Thanks for the support !:)
@RedCloudServices
@RedCloudServices Жыл бұрын
what do you recommend if there is a bigger tree structure for conditional dropdowns? can flutterflow provide an api for list values?
@krypto1530
@krypto1530 Жыл бұрын
@@RedCloudServices standard setup would apply, you should try asking chat GPT with more specifics on what you're trying to do
@RuchiMittal-ts7bo
@RuchiMittal-ts7bo Жыл бұрын
Error updating Firestore Security Rules... Make sure you set up Firebase for your project under "Settings" > "Firebase". give me any solution plz
@albertuzoadm
@albertuzoadm 3 ай бұрын
Thanks for this tutorial, you save my life!!!
@charlesabju907
@charlesabju907 8 ай бұрын
7:47 the second dropdown is INVINCIBLE
@ru-cefetmg
@ru-cefetmg 7 ай бұрын
Thank you very much!!! I wasn't understanding how to do it, but you explained it very well, thank you!!
@Frankyguedes
@Frankyguedes 3 ай бұрын
very good tutorial , thanks
@mincraftpe2951
@mincraftpe2951 Ай бұрын
6:13 To ignore that issue you can add action on second dropdown menu 1- add acttion 2- select on data change 3- serch rest form fields on actions menu 4- select dropdown menu to be cleared second one
@williamsalazar2624
@williamsalazar2624 5 ай бұрын
Thanks. How to cascading two dropdown using a local list to reduce query to database?
@nkofr
@nkofr Жыл бұрын
Nice. Do you know if it's possible to bind data so that we can retrieve an ID from the dropdown list, that would be useful, for example if the app is multilanguage
@zeuski117
@zeuski117 Жыл бұрын
Friend, thank you very much, I appreciate it so much, you just saved me many hours of work, I was doing the same as you but I did not add the conditions correctly.
@Lambs-sx7hp
@Lambs-sx7hp 3 ай бұрын
and another issue when i click my drop down bo the name doesnt show it shows [campus_dd Documents -> output 0] not the name anyhelp
@threesentertainment
@threesentertainment Жыл бұрын
Thank You Brother
@StivenOchoa
@StivenOchoa 7 ай бұрын
How its works for a dropdown where the selected option its a document reference? for example, i have a collection called states and i need asigned to a product on products collection, where state field its a document reference
@PropiedApp
@PropiedApp 6 ай бұрын
That was exactly what I needed!, thank you so much! I wonder if you also know the solution for this: Since I have several documents (some are the same car brand) the options for "FORD" in the drop down are repeated several times, do you know how I can make each brand appear only once? I was looking for some kind of filter or "do not repeat" function but I can't find anything like that
@rafaelosiris
@rafaelosiris 7 ай бұрын
how to do this but with ApiCalls. Because the api calls don't have widget and the workoround is very complicated.
@andreasfun9591
@andreasfun9591 25 күн бұрын
Is there a way to implement dynamic dropdowns without using Firestore/Firebase?
@VRGPRODUCAO
@VRGPRODUCAO Жыл бұрын
Thanks.
@Lambs-sx7hp
@Lambs-sx7hp 3 ай бұрын
when i click on item in list it doesnt say out only get documentsproperty or has field
@user-zf5hm2xz2o
@user-zf5hm2xz2o 3 ай бұрын
Did you find a solution to this, im having the same issue
@Lambs-sx7hp
@Lambs-sx7hp 3 ай бұрын
@@user-zf5hm2xz2o no i didnt
@sbapstien-8880
@sbapstien-8880 2 ай бұрын
Same here help
@RYONPAK
@RYONPAK Жыл бұрын
Thanks!
@sanchesborger
@sanchesborger 5 ай бұрын
Parabéns.
@salahmohamed5678
@salahmohamed5678 Жыл бұрын
thank you ^^
@mrgolddd
@mrgolddd 10 ай бұрын
Can you make this tutorial with superbase?
@compuchispas
@compuchispas Жыл бұрын
Thanks
@user-om5xj6oe9i
@user-om5xj6oe9i 5 ай бұрын
How to get unique in dropdown list?
@matlarasta
@matlarasta 8 ай бұрын
Hey Is it multilangue friendly ?
@RuchiMittal-ts7bo
@RuchiMittal-ts7bo Жыл бұрын
Error updating Firestore Security Rules... Make sure you set up Firebase for your project under "Settings" > "Firebase". show error while manage content ....plz give me solution
@ghazi1832
@ghazi1832 5 ай бұрын
i had the same, and ii went settings/firebase/setupfirebase project and other options thats it
@maskedvillainai
@maskedvillainai Жыл бұрын
This is what happens when arnold gets denied for the next terminator role after a monotonous Ai takes his seat for $.0021 per take.
Flutter Flow - Dynamic DropDown Alternative (no firebase)
10:47
Jim Explains
Рет қаралды 3,6 М.
How to Build Category Filters and Search Lists in Flutterflow
23:41
Comfortable 🤣 #comedy #funny
00:34
Micky Makeover
Рет қаралды 16 МЛН
Get 10 Mega Boxes OR 60 Starr Drops!!
01:39
Brawl Stars
Рет қаралды 14 МЛН
WHO CAN RUN FASTER?
00:23
Zhong
Рет қаралды 40 МЛН
Action Flow Editor | FlutterFlow University
13:06
FlutterFlow
Рет қаралды 30 М.
My Workflow for Building any Streamlit Dashboard Project
9:40
Fanilo Andrianasolo
Рет қаралды 80 М.
NÃO ERRE MAIS COM FILTROS EM CONSULTAS E LISTVIEW NO FLUTTERFLOW
23:12
Thiago Torres | Aprenda FlutterFlow
Рет қаралды 938
Drag and drop - Flutter Build Show
18:37
Flutter
Рет қаралды 48 М.
How to Dynamically Filter API Calls in FlutterFlow
14:54
FlutterFlow
Рет қаралды 40 М.
React Native vs Flutter in 2024 - Make the RIGHT Choice (Difference Explained)
10:31
Daniel Dan | Tech & Data
Рет қаралды 164 М.
How-To Make A Slide-Out Menu Bar in Flutterflow
5:45
Aanya Shah
Рет қаралды 10 М.
FlutterFlow - How To Add API Calls
8:24
Jim Explains
Рет қаралды 405
Comfortable 🤣 #comedy #funny
00:34
Micky Makeover
Рет қаралды 16 МЛН