csc_picker icon indicating copy to clipboard operation
csc_picker copied to clipboard

A flutter package to display a country, states, and cities. In addition it gives the possibility to select a list of countries, States and Cities depends on Selected, also you can search country, stat...

Results 53 csc_picker issues
Sort by recently updated
recently updated
newest added
trafficstars

**Describe the bug** When using Layout.vertical neither showStates=false nor showCities=false are respected. **To Reproduce** Steps to reproduce the behavior: 1. Open example 2. Go to line 55 and change to...

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...

I want to set the default value for country and state droddown, I seen that this functionality is available in version 2.0.6 but on pub dev latest version is 2.0.5....

There are countries that have wrong cities in "country.json". Instead in [https://countrystatecity.in/] appears the correct ones.

OnCountryChanged, OnStateChanged, OnCityChanged does not get triggered when setting the currentcountry, currentstate, currentcity. I am setting the default values initially, so after the initial save, when I load the page...

Hi, I need to be able to show only Countries and Cities lists but I found that showState = true/false flag does not work properly: - if to set layout:...

There is no method to adjust height and width of country, state and city box decorations. I have tried implementing Padding, SizedBox as well but it doesn't work. I cannot...

**Describe the bug** Background of fields are still white though in dark mode **To Reproduce** Steps to reproduce the behavior: 1. Change to dark mode **Expected behavior** Background colors of...