utils/city_utils library
Functions
-
getAllCities(
) → Future< List< City> > - Get world wide cities list.
-
getCountryCities(
String countryCode) → Future< List< City> > - Get the list of cities that belongs to a country by the country ISO CODE
-
getStateCities(
String countryCode, String stateCode) → Future< List< City> > - Get the list of states that belongs to a state by the state ISO CODE and the country ISO CODE