- added localization for no_country text in italian and english (please open a pr with other languages if you know them 🙏)
- added possibility to inject a custom list of countries using
CountryCodePicker.countryList
- minor fixes
- Improved Flutter Compatibility
- Removed deprecated
CountryCodePicker.countryList
- Upgraded Dart SDK to 3.4.0
- Added
searchBuilder
property to enable custom search widget with filteration logic as a function parameterFunction(String) onChange
. Just assignonChange
to the property of yourTextField
orTextFormField
.
- Updated dependencies, removed unnecessary
universal_platform
dependency.
- Update image URLs in README.md for proper rendering
- Fixed a bug where the country flag was not being shown in the selection dialog.