Country Code | Coderz Product

country_code

Last updated:

0 purchases

country_code Image
country_code Images

Free

Languages

Categories

Add to Cart

Description:

country code

List of ISO 3166-1 assigned country codes.


Features #

✅ ISO 3166-1 alpha-2. alpha-3, and numeric country codes in enum-like class
✅ Parsing of country codes from string
✅ Support for user-assigned code elements

Usage #
import 'package:country_code/country_code.dart';

var code = CountryCode.tryParse("US");
if (code == CountryCode.US) {
print(code.alpha2);
print(code.alpha3);
print(code.numeric);
}
copied to clipboard
See more examples
Bugs and feature requests #
Please file feature requests and bugs at the issue tracker.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.