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

Need Only country and state in country.json #47

Open rahmanrezaee opened 2 years ago

rahmanrezaee commented 2 years ago

Is your feature request related to a problem? Please describe. the huge size of the file and huge build for application

Describe the solution you'd like remove the city from the country.json

cvanvlack commented 2 years ago

Agreed that removing the cities would be really helpful. It's a really large file.

Especially because keeping the list of cities up to date seems insanely difficult. I searched for some cities in my geographic area and they weren't on the list, which made me immediately hide the cities dropdown and put in a separate city form field where the user can type in their city directly.

If the cities portion was a separate package that had a dependency on the country/state dropdown then developers would have the option of either!