iso_country 2.0.0 copy "iso_country: ^2.0.0" to clipboard
iso_country: ^2.0.0 copied to clipboard

Constants that contain detailed information about ISO countries as per ISO-3166-1.

example/example.dart

import "package:iso_country/iso_country.dart";

void main() {
  const us = IsoCountries.USA;
  print(
    "The official language/s in ${us.alpha3}"
    " is/are: ${us.languagesOfficial.join(", ")}",
  );
}
1
likes
160
points
678
downloads

Publisher

unverified uploader

Weekly Downloads

Constants that contain detailed information about ISO countries as per ISO-3166-1.

Repository (GitLab)
View/report issues

Documentation

API reference

License

LGPL-2.1 (license)

Dependencies

country, meta

More

Packages that depend on iso_country