countries_utils 1.0.0
countries_utils: ^1.0.0 copied to clipboard
A lite flutter package for providing world Country Data without internet connection, useful for country or language selector
1.0.0 15 September 2021. #
- migrated to null safety 🥳
- fixed typos and imporved stability
- migrated from old package flutter_country to countries_utils for better convention *made the package pure dart with no flutter dependencies
- lowered the sdk version required
- fixed typos and imporved stability
0.1.1 2 March 2021. #
- added Arabic Country names
- added new translate() method
- added timeZone() method
- added byTimeStamp method and test
- updated documentation
[0.1.1] - 2 March 2021. #
- added timeStamp to country object
- added byTimeStamp method and test
0.1.0 2 March 2021. #
- chganged countries data to use restcountries data
- refactored methods to work with new sets
- removed unused methods and models
- added linter rules for codes
- added test cases for all functions
0.0.4 28 February 2021. #
- fixed calling codes double xx in some countires .
0.0.3 20 December 2020. #
- removed flutter dependency , package now supports plain dart
- fixed bug with native name translation not found , now it returns default.
- fixed typos .
0.0.2 19 December 2020. #
- increased the Country properties to 26
- added 6 new models for easy data access
- refactored the main Countries class
- fixed minor bugs .
- updated readme with full instructions.
0.0.1 17 December 2020. #
- initial release , get all countries or filter by name and 15 other properties
- added Country and CountryList Models