country_dial_code 1.2.0 country_dial_code: ^1.2.0 copied to clipboard
This package allows you to get the dialing codes and the name of 250 countries.
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