- 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
- Use
universal_platform
package
- support 70 languages
- use modal_bottom_sheet 2.0.0
- nullable integration
- switch to dialog on desktop app support
- added flagDecoration
- Update modal_bottom_sheet to 1.0.0+1
- Update zh.json
- Add background color to selection dialog
- Add option to show dropdown button for ease of selection for user
- Fix breaking change with modal_bottom_sheet: 1.0.0-dev
- Fix Myanmar name
- Center selection dialog to let user size it in Flutter web
- Add ZH localization support
- Optimize all flag images
- Update to modal_bottom_sheet: ^1.0.1-dev
- Added option to change close icon and search icon
- Fix bottom sheet overflow
- Make modal_bottom_sheet use dynamic versioning
- Add
barrierColor
,backgroundColor
andboxDecoration
properties
- Add ko.json translations
- Remove key in SimpleDialogOption
- Use bottom sheet dialog rather than SimpleDialog
- Move onInit to didUpdateWidget in order to have localized countries
- Add portugal and german translations
- Add
hideMainText
property
- Fix Cayman Islands code
- Allow to edit dialog textStyle
- Fix initialization
-
Add hideSearch property
-
Add spanish support
-
Expose state to let use a key to open the dialog
-
Add dialog size config
-
Remove customList and fix countryFilter
-
Fix filtering with localization
-
Add
customList
property -
Add exit button in dialog
- Add
comparator
property
- Add
showFlagDialog
andshowFlagMain
- Fix a bug in localization
-
Add
enable
property in order to use the disable the button -
Add
textOverflow
property
- Add
flagWidth
property
-
Fixed selection dialog length
-
Added i18n with
CountryLocalizations
Fixed a bug that was making impossible to update initial selection
Update country code of Republica Dominicana.
Fix code list.
Added Ability to render custom Widget instead of package one's.
Bug fix.
Flag is now optional. Fix bug on initState.
OnlyCountrymode now also displays only the country on Textwidget when closed.
Add possibility to show only country name
Update allowed dart version and modify description
Changed CElement with CountryCode and fix error on favorite null
Update country name with translated version
Update flags dimension to reduce application size
Update framework compatiblity
Correct README and update screenshots
Use png flags instead of a font
Added textStyle and padding as widget parameters
Added some documentation
Now onChanged has a full CElement as argument and not only a string. (issue #4)
Favorite and initial selection can be one of code or dial code
Favorite and initial selection can be one of code or dial code
Tested with dart 2
Removed flags in iOS because they show up weirdly.
Add favorite countries option.
Initial release