country 4.1.9 copy "country: ^4.1.9" to clipboard
country: ^4.1.9 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}');
  }
}
24
likes
160
points
6.62k
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