Thank You Tanoj Sai! Follow this link: stackoverflow.com/questions/63780527/how-to-create-a-dropdown-in-flutter-from-firebase-to-save-document-id I hope you will get your answer 🙂
Like the short tutorials concise and to the point. However, for this tut got error for the buildmenuitem - "Local variable 'buildMenuItem' can't be referenced before it is declared". Can you clarify
Johannes can you help me with something I’m making a chat app and when I press the screen keyboard goes down and when pressed on textfield it goes up which is not my issue. My issue is when I compare with WhatsApp the way the keyboard and textfield goes down is so smooth and fluid but in flutter app there is a delay it’s like keyboard goes down faster than the text field goes down and in between this delay there is a space formed which shows the background scaffold color and this to me looks very bad could you look into it and help me with it ?
Hi brother in apps when users use the app they dont know correctly what to do so make a video that how to add animations like scroll down,click here...and so on
Hi Johannes, great video. My use case is that the items that can be selected in the dropdown menu should be loaded from Firestore. For the selected item, below the dropdown menu I want to render data from a subcollection. So in my case you can select a topic in the dropdown menu and when it is selected all the news for that topic should be loaded using a Stream/Streambuilder. How would you achieve that? Should I pull the topics in initstate or should I also pull them using a streambuilder?
@@HeyFlutter Hi Johannes. Thank you for your quick response. I guess, my question is more Firebase-Related. In the Stackoverflow-Issue the person just implemented multiple Dropdown-menus. My question relates to a dropdown menu that contains data from a Firestore-Collection. When choosing one of the values in the dropdown menu Items should be rendered on my screen from that chosen values sub collection. Example: Newspaper-App: The dropdown menu contains values like: Politics, Economics, Environment...(These values are documents in a Firestore-Collection called Newspapertopics) and when choosing lets say "Economics", there are all the economical articles rendered from that documents sub collection. How should I load the Newspapertopics and how the articles for that topic? Should I use Streambuilders for the topics and articles or Futurebuilders? :)
@@tammodirksen1408 well hello i think i have an Idea you have to make the data that comes from firestore in A list put it in a method with try and catch for possible errors after assign the list to the dropdown Item and then in onchanged you write your code your future call and data call make a future method to read data that you wish to display from firestore and load it on the screen The important is to call the method on (onChanged : methodbname();) I hope you get it
Once we select a dropdown item, the next time we open drop-down menu the selected item is in focus, how can we avoid that? I want first item to be in focus every time i click on dropdown menu
thanks for the video , but what if i want to display the dropdown menu just under the text , so the menu text is still visible while the menu is shown beneath it.
@@HeyFlutter thanks man , not replying my inquiry got me more persistent on finding how to do it. for anybody out there wants to make this right .... use the "Offset" property and assign the propper dx,dy to make the popupmenu or the dropdownlist be wherever you want .
Thank You Shirish Aryal! Follow this link: stackoverflow.com/questions/59859034/how-to-open-dropdown-dialog-below-dropdownbutton-like-spinner-in-flutter I hope you will get your answer 🙂
@@shwetaarbune3850 You can change the whole code to stateful widget by clicking on the line that says extends statelesswidget and press ctrl + . and you can then change the code to stateful
Thank You @Cutepets00! Follow this link: stackoverflow.com/questions/55644213/centering-the-selected-value-of-a-dropdownbutton I hope you will get your answer 🙂
I used to follow your channel for Flutter tutorials, but now it seems chaotic and lacks organization. There are no playlists, and I can't find your videos. Did you sell the channel?
Thank you, @Neil_09! 🙂. We are sorry for that, but we always learn and try to improve ourselves, your kind suggestion will help in that regard. Let us know what should we improve in our channel? Your suggestion will be highly appreciated.
This might help you :)
👉 12 Week Flutter Training from Newbie to Expert: heyflutter.com
Source Code: github.com/JohannesMilke/dropdown_list_example
Please don't stop
I love your videos
You are legend
you have saved me countless hours of pain... thank you 🙏
Bro You are a lifesaver
Thank you, Akshit Sharma! 🙂
Man u deserve Subscribe, Thank you.
Thanks, Ada Wong! 🙂
Thx this was my rescue! subcribbed :) so well explained
Glad to hear that, Thank you @zumzam4456! 😊
Thank you so much Sir❤️❤️❤️
You are welcome, @thushankalana4940!
Your voice + Flutter = Love.
thank you your videos are alwys so helpfull
Glad you liked it, @touheedkhan9078 😀
thank you so much your videos alwas save me
perfect video for beginners
and if I want to place it at the top right? , Thanks good video.
Dude! This is awesome! Thank you!
1:28, Can you please tell me what is the shortcut keys to call setState
Great video. Thanks
very good. thank you
A great video 👏🏻👏🏻
Thanks
Nice video Milke can you tell me how to get dropdownmenu items from firebase
Thank You Tanoj Sai! Follow this link: stackoverflow.com/questions/63780527/how-to-create-a-dropdown-in-flutter-from-firebase-to-save-document-id
I hope you will get your answer 🙂
Thanks, please how to access the value variable in another stateful widget
tank you very much !
Very, very nice! Thank you!
Thank you very very much.
Like the short tutorials concise and to the point. However, for this tut got error for the buildmenuitem - "Local variable 'buildMenuItem' can't be referenced before it is declared". Can you clarify
Nice, can we also add some borderRadius to the expanded menu ?
It's very helpful...
thx brother!
Amazing 😍
How to set dropdown item below the dropdown button?
How to drop-down button disable or read only option?
How to change Text color of dropdown value And
Default value of dropdown before selected any value.
Thanks
Sir, How to pass realtime data base values into Dropdown list🙂
Thanks for the idea @thushankalana4940 😀, i have added it in my list of future videos
how to bind dropdown with controller as we do with TextFields?
Johannes can you help me with something I’m making a chat app and when I press the screen keyboard goes down and when pressed on textfield it goes up which is not my issue. My issue is when I compare with WhatsApp the way the keyboard and textfield goes down is so smooth and fluid but in flutter app there is a delay it’s like keyboard goes down faster than the text field goes down and in between this delay there is a space formed which shows the background scaffold color and this to me looks very bad could you look into it and help me with it ?
Going to buy a mac is 513gb storage enough for complex flutter app development
incredible
Johannes mike also make video on webrtc flutter. And also Fix crashing of app on using this function " getUserdisplay() " 👍
How do I setup initial state
Thank you
Hi brother in apps when users use the app they dont know correctly what to do so make a video that how to add animations like scroll down,click here...and so on
Hi Johannes, great video. My use case is that the items that can be selected in the dropdown menu should be loaded from Firestore. For the selected item, below the dropdown menu I want to render data from a subcollection. So in my case you can select a topic in the dropdown menu and when it is selected all the news for that topic should be loaded using a Stream/Streambuilder. How would you achieve that? Should I pull the topics in initstate or should I also pull them using a streambuilder?
@@HeyFlutter Hi Johannes. Thank you for your quick response. I guess, my question is more Firebase-Related. In the Stackoverflow-Issue the person just implemented multiple Dropdown-menus. My question relates to a dropdown menu that contains data from a Firestore-Collection. When choosing one of the values in the dropdown menu Items should be rendered on my screen from that chosen values sub collection. Example: Newspaper-App: The dropdown menu contains values like: Politics, Economics, Environment...(These values are documents in a Firestore-Collection called Newspapertopics) and when choosing lets say "Economics", there are all the economical articles rendered from that documents sub collection. How should I load the Newspapertopics and how the articles for that topic? Should I use Streambuilders for the topics and articles or Futurebuilders? :)
@@tammodirksen1408 well hello i think i have an Idea you have to make the data that comes from firestore in A list put it in a method with try and catch for possible errors after assign the list to the dropdown Item and then in onchanged you write your code your future call and data call
make a future method to read data that you wish to display from firestore and load it on the screen The important is to call the method on (onChanged : methodbname();) I hope you get it
Sir How to We Add Image in Drop Down Menu
Once we select a dropdown item, the next time we open drop-down menu the selected item is in focus, how can we avoid that? I want first item to be in focus every time i click on dropdown menu
Hello Thanks for the video, can you do a video on how to create a dynamic form with text fields and date pickers
Hi Johannes, do you provide service for making apps?
@@HeyFlutter Ok thanks
How to drop down value in clear in flutter?
thanks for the video , but what if i want to display the dropdown menu just under the text , so the menu text is still visible while the menu is shown beneath it.
@@HeyFlutter thanks for replying ,can you tell me how ?
i know it's hard xD
@@HeyFlutter thanks man , not replying my inquiry got me more persistent on finding how to do it. for anybody out there wants to make this right .... use the "Offset" property and assign the propper dx,dy to make the popupmenu or the dropdownlist be wherever you want .
Sir
How can i use dropdown within dropdown menu item
Pls make a video with source code
How do I search within the dropdown?
How to position the dropdown menu item just below the dropdown button??
Thank You Shirish Aryal! Follow this link: stackoverflow.com/questions/59859034/how-to-open-dropdown-dialog-below-dropdownbutton-like-spinner-in-flutter
I hope you will get your answer 🙂
What if I'm using stateless widget with getx how can i create it then
Because we can't use set state in stateless widget
@@shwetaarbune3850 You can change the whole code to stateful widget by clicking on the line that says extends statelesswidget and press ctrl + . and you can then change the code to stateful
its not fully centered. how to fix that? because the dropdown button is not centered the whole menu is not centered, not looking good. please help
Thank You @Cutepets00! Follow this link: stackoverflow.com/questions/55644213/centering-the-selected-value-of-a-dropdownbutton
I hope you will get your answer 🙂
@@HeyFlutter thank you for your reply, I hope 😅 its now 24 hours looking for a solution. So thank you. I will update if I was successfully done it.
How can i import it and use it in a card
@@HeyFlutter hi johannes , i hope your doing good , my question was how can i place it as i want in my project
can I make only the icon clicable?
@@HeyFlutter many thanks
How to show a hint on dropdown in flutter 2
I want a flutter editor that I use to drag and drop elements, not by manually typing code
Thank u
add required child :
DropdownMenuItem buildMenuItem(String item) =>
DropdownMenuItem(value: item, child: Text(item),);
I used to follow your channel for Flutter tutorials, but now it seems chaotic and lacks organization. There are no playlists, and I can't find your videos. Did you sell the channel?
Thank you, @Neil_09! 🙂. We are sorry for that, but we always learn and try to improve ourselves, your kind suggestion will help in that regard. Let us know what should we improve in our channel? Your suggestion will be highly appreciated.
Dont ever name arguments with same name(value), really confusing for newcomers.
Sir Please Create Add contact in flutter video please
Source code should be publicly available
flutter sikhai
fix ur accent please
you have saved me countless hours of pain... thank you 🙏
thank you
You are welcome, @ThinhNguyen-ls9qz!