Releases: Daniel-Ioannou/flutter_country_picker
Releases · Daniel-Ioannou/flutter_country_picker
v2.0.27
In this version:
- Add support for Persian (FA) localization
- Add support for Danish (DA) localization
- Fix Ireland in French localization
- Fix East Timor in Arabic localization
- Fix Benin in russian localization
- Change Macedonia's country name to North Macedonia
- Add
findByPhoneCode
: Returns a single country if it matches the given phone code.var austria =CountryService().findByPhoneCode("43");
v2.0.26
In this version:
- Fix Turkish localization
- Add
moveAlongWithKeyboard
: An optionalargument can be used to move bottomSheet along with keyboard when textfield is focused. It could be useful when bottomSheet height is smaller than half of the screen. Otherwise it shouldn't be set. It has a default value of false.showCountryPicker( context: context, moveAlongWithKeyboard: true, countryListTheme: CountryListThemeData( bottomSheetHeight: 500, ), onSelect: (Country country) => print('Select country: ${country.displayName}'), );
v2.0.25
In this version:
- Add support for Haitian Creole (HT) localization
- Add support for Slovak (SK) localization
- Add support for Bulgarian (BG) localization
- Add support for Romanian (RO) localization
- Add support for Catala (CA) localization
- Add support for Hebrew (HE) localization
v2.0.24
In this version:
- Add option for bottom sheet Width.
showCountryPicker( context: context, countryListTheme: CountryListThemeData( bottomSheetWidth: 500, // Optional. Country list modal Width ), onSelect: (Country country) => print('Select country: ${country.displayName}'), );
- Add
emojiFontFamilyFallback
- Add
V2.0.23
In this version:
- Export
CustomFlagBuilder
- Add parameter
useRootNavigator
V2.0.22
In this version:
- Add support for Czech localization
- Fix typos Korean
v2.0.21
In this version:
- Add support for Korean localization
- Add support for Japanese localization
- Add support for Indonesian localization
- Fix Windows and web flag
V2.0.20
In this version:
- Add support for Italian localization
- Fix French Translations
- UI filling fix
V2.0.19
In this version:
- Add support for Dutch localization
- Add
parsePhoneCode
andtryParsePhoneCode
V2.0.18
In this version:
- Fix Hindi Translations
- Removed old country codes for Kosovo (+381 & +386)