Flutter DropdownButton Tutorial: Dropdown Menu Item List for beginners: Flutter with Dart #3.4

preview_player
Показать описание

Flutter beginners tutorial, learn to use Drop Down Button with Drop down menu items. Using it create a Stateful widget app.

.
Please donate and support my work
(If you think my free tutorials are better than paid ones :)

Free Programming courses:

Free Flutter course:

Free Android courses:

More free programming courses:

Check out my website:

Let's get in touch! [Sriyank Siddhartha]

---- Thank you for your love and support ----
Рекомендации по теме
Комментарии
Автор

For those who get an error this is what I did...
I used
'onChanged: <String>(newValueSelected) {'
instead of 'onChanged: (String newValueSelected) {'

and I added
'value: _currentItemSelected, '
right after the '}' of 'onChanged {'

I hope it helps.

MLEncyclo
Автор

All of these tutorials are excellent ... We need still more tutorials on FLUTTER as well as DART...
I hope u will ....

vinayvishnu
Автор

I was having a syntax error -The argument type 'void Function(String)' can't be assigned to the parameter type 'void Function(String?)?'(it was occurring during the execution of OnChanged handler in the DropdownButton widget), which was later solved by using the correct data type of String? but u didn't face that issue, can u please explain the difference between String? and String

shantanukhawas
Автор

I really appreciate the hard work you put to make these videos. thanks,
they saved my mobile development career. kudos!

omar_kunta
Автор

thank you, this is the best tutuorial i have ever seen

huangshufen
Автор

You're one of the best at teaching. Big thanks!

НеляФэн
Автор

Very well, explained, love this teaching style!

arthurfacredyn
Автор

Your tutorial is very useful and good explanation, I like it.

KhaingOfficial
Автор

very well explained, precise, excellent to start with flutter

poojabhatt
Автор

Can someone explain me what does he mean by generic type: DropDownButton<String>???

aadityanaik
Автор

How to implement cascading dropdown from json data, such as selecting category->subcategory

BudiYunior
Автор

Thanks for the video. How do I store a value behind e.g. Rupees. Let's say we want a currency calculator and we want the dollar/rupees exchange value behind the item rupees. How can I do that?

TheBadaboombadabang
Автор

Good demonstration, can we add divider in menu items

vishalvishvakarma
Автор

sir please tell me is flutter app slow and size is bigger . I am stuck between choosing kotlin or flutter . please sir your precious guidilines would be appreciated..

realityandtruth
Автор

Sir,
I have used autocomplete in a flutter. it's working properly but I have more than (lakh) records in the table. in autocomplete the whole table first loading and then get ready for searching, it takes to much time to load and populated in the textbox. I want to show the result bases on entering a value in realtime means when users entering the word it should be getting from the table, not from the autocomplete stored data. Thanks

arshadkhanSherani
Автор

Thanks for the video. I'm trying to build a dropdownmenu that changes its menu items according to another input. I managed to change the list that loads into the dropdownbutton widget, but don't know how to make it refreshes itself. Can you give me some advices?

Tonyluo
Автор

Thanks for the description bro, kindly explain how to set initial value of dropdownList in case of getting a list from Provider?

mshahzaib
Автор

How to hint the text in this case like select currency

Himricks
Автор

Bro as you used setState() in onChanged(). How we can do this by provider pkg in the stateless widget?

qamarabbasi
Автор

Thanks :) after this section we want more advanced videos :)

YasinIlhan
welcome to shbcf.ru