Questions tagged [flutter-dropdownbutton]

94 questions
0
votes
0 answers

Class 'QuerySnapshot' has no instance getter 'doc'

I need your help. Here is the scenario I am trying to implement. A user registers for the app After the user is successfully registered they need to associate themselves with an agency. The new user is taken to the Agency page. On the page is a…
LostTexan
  • 431
  • 5
  • 18
0
votes
2 answers

How to draw a border around DropdownButton like the TextFormField border?

There are many answers on StackOverflow that explain how to draw a border around a widget. However, I am looking for something like TextFormField. The normal DropdownButton has an underline attribute only but I am looking for something like the…
Hesam
  • 52,260
  • 74
  • 224
  • 365
-1
votes
1 answer

How to create a Searchable Dropdown in TextFormField in Flutter?

I am new in flutter, I want to create a searchable dropdown in Textformfield in flutter. Like below- I want to show icons in left side and text to the right as shown in image. When i click on any suggest item it should be go inside textformfield.…
-1
votes
1 answer

How to add different textstyle for dropdownmenuitem and item selected in dropdown in flutter?

I am new application development. How can I add individual textstyles for a dropdown in flutter like i need to add black textcolor for dropdownmenuitems and white textcolor for the selected value in dropdown ?
Phanindra
  • 1,110
  • 2
  • 11
  • 24
1 2 3 4 5 6
7