Update CHANGELOG.md
This commit is contained in:
committed by
GitHub
parent
5f7e5c5154
commit
fe30025f17
143
CHANGELOG.md
143
CHANGELOG.md
@@ -1,77 +1,78 @@
|
||||
## 0.0.1
|
||||
|
||||
Initial release
|
||||
|
||||
## 0.0.2
|
||||
|
||||
Add favorite countries option.
|
||||
|
||||
## 0.1.0
|
||||
|
||||
Removed flags in iOS because they show up weirdly.
|
||||
|
||||
## 0.1.1
|
||||
|
||||
Tested with dart 2
|
||||
|
||||
## 0.1.2
|
||||
|
||||
Favorite and initial selection can be one of code or dial code
|
||||
|
||||
## 0.1.3
|
||||
|
||||
Favorite and initial selection can be one of code or dial code
|
||||
|
||||
## 0.2.0
|
||||
|
||||
Now onChanged has a full CElement as argument and not only a string. (issue #4)
|
||||
|
||||
## 0.2.1
|
||||
|
||||
Added some documentation
|
||||
|
||||
## 0.2.2
|
||||
|
||||
Added textStyle and padding as widget parameters
|
||||
|
||||
## 1.0.0
|
||||
|
||||
Use png flags instead of a font
|
||||
|
||||
## 1.0.1
|
||||
|
||||
Correct README and update screenshots
|
||||
|
||||
## 1.0.2
|
||||
|
||||
Update framework compatiblity
|
||||
|
||||
## 1.0.3
|
||||
|
||||
Update flags dimension to reduce application size
|
||||
|
||||
## 1.0.4
|
||||
|
||||
Update country name with translated version
|
||||
|
||||
## 1.1.0
|
||||
|
||||
Changed CElement with CountryCode and fix error on favorite null
|
||||
|
||||
## 1.1.1
|
||||
|
||||
Update allowed dart version and modify description
|
||||
|
||||
## 1.1.4
|
||||
|
||||
Add possibility to show only country name
|
||||
|
||||
## 1.1.5
|
||||
|
||||
OnlyCountrymode now also displays only the country on Textwidget when closed.
|
||||
## 1.1.8
|
||||
- Added Ability to render custom Widget instead of package one's, through [customWidget] param [@Saifallak](https://github.com/Saifallak).
|
||||
|
||||
## 1.1.7
|
||||
|
||||
Flag is now optional. Fix bug on initState.
|
||||
|
||||
## 1.1.5
|
||||
|
||||
OnlyCountrymode now also displays only the country on Textwidget when closed.
|
||||
|
||||
## 1.1.4
|
||||
|
||||
Add possibility to show only country name
|
||||
|
||||
## 1.1.1
|
||||
|
||||
Update allowed dart version and modify description
|
||||
|
||||
## 1.1.0
|
||||
|
||||
Changed CElement with CountryCode and fix error on favorite null
|
||||
|
||||
## 1.0.4
|
||||
|
||||
Update country name with translated version
|
||||
|
||||
## 1.0.3
|
||||
|
||||
Update flags dimension to reduce application size
|
||||
|
||||
## 1.0.2
|
||||
|
||||
Update framework compatiblity
|
||||
|
||||
## 1.0.1
|
||||
|
||||
Correct README and update screenshots
|
||||
|
||||
## 1.0.0
|
||||
|
||||
Use png flags instead of a font
|
||||
|
||||
## 0.2.2
|
||||
|
||||
Added textStyle and padding as widget parameters
|
||||
|
||||
## 0.2.1
|
||||
|
||||
Added some documentation
|
||||
|
||||
## 0.2.0
|
||||
|
||||
Now onChanged has a full CElement as argument and not only a string. (issue #4)
|
||||
|
||||
## 0.1.3
|
||||
|
||||
Favorite and initial selection can be one of code or dial code
|
||||
|
||||
## 0.1.2
|
||||
|
||||
Favorite and initial selection can be one of code or dial code
|
||||
|
||||
## 0.1.1
|
||||
|
||||
Tested with dart 2
|
||||
|
||||
## 0.1.0
|
||||
|
||||
Removed flags in iOS because they show up weirdly.
|
||||
|
||||
## 0.0.2
|
||||
|
||||
Add favorite countries option.
|
||||
|
||||
## 0.0.1
|
||||
|
||||
Initial release
|
||||
|
||||
Reference in New Issue
Block a user