country_state_city_selector 1.0.6
country_state_city_selector: ^1.0.6 copied to clipboard
A customizable Flutter widget for selecting country → state → city with adaptive Material & Cupertino UI.
[1.0.6] - 2025-12-10
- Fixed a bug
[1.0.5] - 2025-12-10
- Updated widget to include Vertical Padding, so user can customize widget height
[1.0.4] - 2025-08-28
- Initial release of
CountryStateCitySelectorwidget. - Fully customizable country, state, and city picker.
- Optional callbacks:
onSelectionChanged,onCountryChanged,onStateChanged,onCityChanged. - Customizable UI:
- Labels, hints, and selected text
- Picker list items
- Modal background, title, and styling
- Border, fill color, and general box styling
- Supports search within the pickers.
- Platform-adaptive modal: uses
CupertinoModalPopupon iOS/macOS andshowModalBottomSheeton Android/Web. - Fully compatible with Flutter 3+ and responsive to all screen sizes.
[1.0.3] - 2025-08-24 - Added Initialization data and default country
[1.0.2] - 2025-08-24 - Updated countries
[1.0.1] - 2025-08-23 - made a patch