0 purchases
country code list
country Code #
A new Flutter Country Code plugin.
Providing country code list #
Method: #
var listOfCountryCode = await getCountryCodeList();
listOfCountryCode.forEach((countryCode) {
var countryCodes = countryCode.countryCode; //ex. US
var countryName = countryCode.countryName; // ex. United States
var diallingCode = countryCode.diallingCode; // ex. +1
});
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.