altafc22 / csc_picker

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, state, and city all around the world.
BSD 3-Clause "New" or "Revised" License
27 stars 111 forks source link

Cities list does not appear if state list disabled #65

Open mikylucky opened 1 year ago

mikylucky commented 1 year ago

Describe the bug The cities list does not appear if I disable the state selector

To Reproduce set showStates: false and showCities: true

Expected behavior I expect the widget to show the cities list that contains all the cities of the selected country

Gorynych commented 12 months ago

+1, this is expected behaviour for me also.

Another question would be - what should be presented in case of cities with the same name in different states, but never the less.

gawdam commented 4 weeks ago

+1 on this, can I submit a PR for this?