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

Unhandled Exception: Null check operator used on a null value #38

Closed bipindubey-technoark closed 2 years ago

bipindubey-technoark commented 2 years ago

on country select i am getting following bug in console. Refer the image

image

bipindubey-technoark commented 2 years ago

This i fixed

I was not given onCityChanged that was causing the issue. Just add onCityChanged I think there are required parameters so add it.