country 0.0.4 copy "country: ^0.0.4" to clipboard
country: ^0.0.4 copied to clipboard

outdated

Generated country class with country_generator using countries.

country #

Generated country class with country_generator using countries. This plugin is using countries to generate dart class.

Getting Started #

Install #

Add the following lines in your pubspec.yaml file

dependencies:
  country: ^latest_version

pub package

API #

All country

void printAllCountry() {
  for (final country in Countries.values) {
    print(country);
  }
}

Maintainer #

Jack Liu

24
likes
0
points
6.62k
downloads

Publisher

unverified uploader

Weekly Downloads

Generated country class with country_generator using countries.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on country