country 5.0.1 copy "country: ^5.0.1" to clipboard
country: ^5.0.1 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}');
  }
}
27
likes
160
points
6.28k
downloads

Publisher

unverified uploader

Weekly Downloads

Generated country class with country_generator using countries.

Homepage
Repository (GitHub)
View/report issues

Topics

#country #countries

Documentation

API reference

License

MIT (license)

More

Packages that depend on country