country_state_selector 1.0.1
country_state_selector: ^1.0.1 copied to clipboard
A Flutter package for selecting country and state with a smooth dropdown and search functionality.
0.0.1 #
Initial Release
0.0.2 #
Improved README formatting. Optimized package.
0.0.3 #
Enhanced UI customization options. Improved performance and stability. Fixed minor bugs in state selection.
0.0.4 #
Country Selection: Users can select a country from a dropdown list. State Selection: The state dropdown updates based on the selected country. Search Functionality: Users can search for countries and states in the dropdown. Stylish UI: Modern UI with Montserrat font and clean design. Disabled State Picker: The state dropdown remains disabled until a country is selected. Customizable Callbacks: onSelected function returns the selected country and state.
0.0.5 #
Improved #
- Dialog styling: reduced height and spacing for compact appearance.
- Better handling for null selections and error states.
- More accessible layout and responsive design.
0.0.6 #
Improved #
- Added a full working example in the
example/folder to demonstrate how to use theCountryStatePickerwidget.
0.0.7 #
Improved #
-Country and state data now loads seamlessly without requiring any external API. -Integration is simpler and more reliable
1.0.0 #
-Stable release. -Major improvements and core functionality finalized.
1.0.1 #
-small Bug fix