This package allows you to get the dialing codes and the name of 250 countries.
- This package contains all dialing codes of the 250 countries.
- Obtain the marking code of a country from the ISO 3166 Alpha-2 code.
- Add this package to dependencies section.
- Get the country dial code by ISO 3166
final CountryDialCode = CountryDialCode.fromCountryCode('US');
Check the repository for more info: Here