Flutter Tutorial - Dropdown Menu With Search (dropdown_search) #Flutter #AppDevelopment #Dart

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


Become a Flutter Elite Developer by
🛠📱 JOINING eclectify University 📱🛠

Follow:

LIKE AND SUBSCRIBE 💪🏽

Comment below what you would like to see next 👇
Рекомендации по теме
Комментарии
Автор

Great video, really well explained!

It should be noted, however, that as of dropdown_search v5.0.0, a lot of customizability of dropdownSearch has been moved to a parameter called "dropDownDecoratorProps", which has anoth subproperty called dropdownSearchDecoration. It is in this property that you can define things such as hint, background color, icon, etc.

joshchartrand
Автор

there is no showSearchBox option? were there any changes to the library? how to show the search box now??

SalarAzad
Автор

for realtime purpose this won't help, because corresponding ids needed for api calling, items need list<String>, wanted: list<dynamic
>

SynTax_IRS
Автор

when i click some button i need to clear the dropdown

jayamuruganj
Автор

Can you Please tell me how make Drop-down search item scrollable when it is selected.?

ayushsharan
Автор

How can I reset the selected value once the user clicks on submit button

rahuljallapalli
Автор

How to decorate search box on mode menu? like the border color and the hint
thanks

sandisun
Автор

Thanks for the video. I want to know how to extract a value onchange I did this method
onChanged: (String? e) {
setState(() {
e = FAC;

print(FAC);
});
;
}
and it didn't work. Is there a solution?

zakariahouache