prof22 / country_state_city_picker

A flutter package for showing a country, states, and cities. In addition it gives the possibility to select a list of favorites countries.
BSD 3-Clause "New" or "Revised" License
21 stars 47 forks source link

Add border to country , state and city dropdown #11

Open bipindubey-technoark opened 3 years ago

bipindubey-technoark commented 3 years ago

I want to add border to all 3 dropdown. Currently there is not such a field which can change it Can you give option for it also Thanks

prof22 commented 3 years ago

Sure

bipindubey-technoark commented 3 years ago

image

bipindubey-technoark commented 3 years ago

you can see the other field which i have used border .

also if possible give the option for customize padding inside the dropdown so that it match the other field also

bipindubey-technoark commented 3 years ago

@prof22 any updates??

leonardobahar commented 3 years ago

you can see the other field which i have used border .

also if possible give the option for customize padding inside the dropdown so that it match the other field also

Hi, you can actually do this by going directly into the class library and edit the widgets manually. This library actually allows you to customize your own UI in various different ways.

rishuriya commented 2 years ago

you can see the other field which i have used border . also if possible give the option for customize padding inside the dropdown so that it match the other field also

Hi, you can actually do this by going directly into the class library and edit the widgets manually. This library actually allows you to customize your own UI in various different ways.

How? when i change it its showing error... any code you have?