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

Generated country class with country_generator using countries.

example/example.dart

import 'package:country/country.dart';

void main() {
  for (final country in Countries.values) {
    print('${country.isoLongName}: ${country.flagEmoji}');
  }
}
25
likes
0
points
4.09k
downloads

Publisher

unverified uploader

Weekly Downloads

Generated country class with country_generator using countries.

Homepage
Repository (GitHub)
View/report issues

Topics

#country #countries

License

unknown (license)

More

Packages that depend on country