country 4.1.4 copy "country: ^4.1.4" to clipboard
country: ^4.1.4 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}');
  }
}
22
likes
140
pub points
89%
popularity

Publisher

unverified uploader

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