this package allows you to get the dialing codes and the name of 250 countries.
features
- this package contains all dialing codes of the 250 countries.
- obtain the marking code of a country from the iso 3166 alpha-2 code.
getting started
- add this package to dependencies section.
usage
- get the country dial code by iso 3166
final countrydialcode = countrydialcode.fromcountrycode('us');
additional information
check the repository for more info: here
Comments are closed.