country_state_city_dropdown 0.1.2
country_state_city_dropdown: ^0.1.2 copied to clipboard
A customizable Flutter package for searchable, cascading Country, State, and City dropdowns using JSON data.
Changelog #
All notable changes to this project will be documented in this file.
0.1.2 - 2025-08-25 #
0.1.1 - 2025-05-17 #
Added #
validatorparameter toSearchableDropdown<T>widget.- Enables integration with
Formwidgets for validation. - Accepts a
FormFieldValidator<String>to validate selected or typed input.
- Enables integration with
0.1.0 - 2025-05-16 #
Changed #
- Replaced
DropdownSearchwith a fully customTextFormField+OverlayEntryimplementation. - Enhanced user experience with real-time search filtering.
- Improved customization and styling flexibility.
0.0.1 #
- Initial release.