intl_phone_field_continued 1.0.3
intl_phone_field_continued: ^1.0.3 copied to clipboard
Continued and actively maintained version of intl_phone_field with localization support.
1.0.3 - 2025-01-27 #
- Breaking: Package renamed from
intl_phone_field_plustointl_phone_field_continuedfor pub.dev publication - Feature: Add comprehensive l10n (localization) support for all UI strings
- Add
PhoneFieldLocalizationclass with translations for 21 languages - Make
searchTextandinvalidNumberMessageparameters nullable with automatic localization fallback - Supported languages: en, sv, zh, zh_TW, ja, ko, ar, fa, de, fr, es, it, pt_BR, nl, pl, tr, ro, no, sk, sr-Cyrl, sr-Latn, yue
- Maintain backward compatibility: users can still override with custom text
1.0.2 - 2025-01-27 #
- Fix: Correct Swedish translation for China from "Kiinná" to "Kina"
1.0.1 - 2025-01-27 #
- Fix: Use correct Swedish language code 'sv' instead of 'se' (243 occurrences updated)
- Aligns with ISO 639-1 language code standard
1.0.0 - 2025-01-27 #
- Fork: Maintained fork of deprecated intl_phone_field package
- Update package name to intl_phone_field_plus
- Upgrade Dart SDK constraint to >=3.0.0 <4.0.0 for Dart 3.x compatibility
- Update flutter_lints to 6.0.0 and other dependencies
- Fix all linter warnings (super parameters, code style)
- Update country naming: Taiwan, Hong Kong, and Macao indicate China affiliation
- Remove unnecessary library declaration
Previous Versions (from original intl_phone_field) #
3.3.0 Release #
- Add
magnifierConfigurationto customize the magnifier. - Add
formFieldKeyfor the phone input text field key. - Update phone number length of several countries.
3.2.0 Release #
- Add
autofillHintsand disable posibility. - Improve search (#243).
- Sort countries by name ascending (#243).
- Use flag emoji instead of images on mobile (#243).
- Add country name translations (#243).
- Fix
initialCountryCodeand add dial code support (58152d7cbefaf410c710d2e64680a9e4dd6015dd and 43362292198abc03ea1ce642ed5baa33b9fd8445). - Add flutter_lints (6c19cbec745502e3865b9190cd1d399f7e909ddb).
- Update phone number length of several countries.
3.1.0 Release #
- Breaking
validatorfunction parameter type is [PhoneNumber] now instead of [String]. - Add
widthproperty to [PickerDialogStyle] - Add
flagsButtonMarginproperty - Update phone number length of several countries.
3.0.0 Release #
- Add minimal country length.
- Update minimum and maximum length of phone numbers of several countries.
- Support country search by dial code.
- Move flag button to TextFormField's
prefixIcon(always displayed and get rid of alignment issues). - Add
dropdownTextStyle, customize style use for the country dial code. - Add
disableLengthCheck, disable view minimum and maximum length check. - Add a CountryPickerDialog widget and PickerDialogStyle (set of styles to allow the country search dialog customization).
- Add
flagsButtonPadding, set custom padding around flag button. - Add
invalidNumberMessage, te message to be displayed on validation error. - Add cursor customization options:
cursorColor,cursorHeight,cursorRadius,cursorWidthandshowCursor. - Switch from country List of Maps to List of Country objects.
keyboardAppearanceuse defaultThemeData.brightness- Breaking Rename
dropDownIcontodropdownIconandiconPositiontodropdownIconPosition. - Breaking Remove
autovalidate. - Breaking Add asynchronous validation.
2.1.0 Added more parameters #
- Breaking dropDownArrowIcon and dropDownArrowColor parameters are now replaced by dropDownIcon.
- Control autovalidateMode of text input added.
- showCountryFlag param added.
- textAlignVertical param added.
- Icon position feature added.
- Setting enabled to false disable the dropdown button too.
- Update maximum length of phone numbers of several countries.
- Minor fixes.
2.0.1 Release #
- Update maximum length of phone numbers of several countries.
- Add dropDownArrowIcon parameter.
2.0.0 Null-Safe Compatibility. #
- Package is now null-safe.
- onCountryChanged param added.
- Other Fixes.
1.4.2 Improved Documentation. #
- Color change for Dropdown Icon and Dialog is now added.
1.4.1 Improved Documentation. #
- More Documentation added for properties.
1.4.0 Bug Fixes and improvements. #
- Searchbar label text can be now set.
- Picker popup bug fixed.
1.3.0 Added more parameters #
- Initial Value can now be set.
- Phone field now returns ISO County code as well in onSaved, onChanged.
- Minor fixes.
1.2.0 Added more common parameters #
- Added some more necessary parameters available for a normal textfield.
- Minor fixes.