Initial release
Add favorite countries option.
Removed flags in iOS because they show up weirdly.
Tested with dart 2
Favorite and initial selection can be one of code or dial code
Favorite and initial selection can be one of code or dial code
Now onChanged has a full CElement as argument and not only a string. (issue #4)
Added some documentation
Added textStyle and padding as widget parameters
Use png flags instead of a font
Correct README and update screenshots
Update framework compatiblity
Update flags dimension to reduce application size
Update country name with translated version
Changed CElement with CountryCode and fix error on favorite null
Update allowed dart version and modify description
Add possibility to show only country name
OnlyCountrymode now also displays only the country on Textwidget when closed.
Flag is now optional. Fix bug on initState.