dart_countries 0.0.3 dart_countries: ^0.0.3 copied to clipboard
Dart tree shakeable country list. The countries' information contain Phone number meta data, languages, currencies, iso code...
dart_countries #
Dart const country list containing information relative to a country.
The advantage of this package over a json file is that the information is tree shakeable therefore the compiled executable will be smaller.
Country information:
- name: English name
- nativeName: Name spelled in country main language
- capital
- continent
- languages
- currencyCode
- flag: emoji
- isoCode
- Phone metadata from google's "libphonenumber" (dial code, validation, etc)