cupertino_country_picker 1.0.4
cupertino_country_picker: ^1.0.4 copied to clipboard
An iOS-style country picker with flags, dial codes, and search—ideal for phone inputs and region selection in Flutter apps.
1.0.4 #
✨ Enhancements #
- Add support for custom allowed country filtering using CountryCodeEnum.
- Extract CountryPickerDecoration class to enable UI customization:
- Improved UI layout for a cleaner and more interactive design.
- Enable/disable search bar with canSearch flag.
1.0.2 #
✨ Enhancements #
- Improved folder structure for clarity and maintainability.
- Updated
CountryModeltype to useStringinselectedCountryfor better type safety. - Adjusted modal barrier color for improved UX.
🐛 Bug Fixes #
- Resolved dark mode theming issues in picker display.
📚 Documentation #
- Updated README to reflect folder organization and new behavior.