country_code_list 1.0.0 copy "country_code_list: ^1.0.0" to clipboard
country_code_list: ^1.0.0 copied to clipboard

A new Flutter plugin.

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
     });
0
likes
20
pub points
0%
popularity

Publisher

unverified uploader

A new Flutter plugin.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on country_code_list