country 4.0.2 copy "country: ^4.0.2" to clipboard
country: ^4.0.2 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
0
pub points
90%
popularity

Publisher

unverified uploader

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