iso_country 1.0.0 copy "iso_country: ^1.0.0" to clipboard
iso_country: ^1.0.0 copied to clipboard

Iso countries as per ISO-3166-1

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add iso_country

With Flutter:

 $ flutter pub add iso_country

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  iso_country: ^1.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:iso_country/iso_country.dart';
0
likes
120
points
30
downloads

Publisher

unverified uploader

Weekly Downloads

Iso countries as per ISO-3166-1

Repository (GitLab)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

country, dartx, meta

More

Packages that depend on iso_country