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

Constants that contain detailed information about 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: ^2.0.1

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';
1
likes
160
points
678
downloads

Publisher

unverified uploader

Weekly Downloads

Constants that contain detailed information about ISO countries as per ISO-3166-1.

Repository (GitLab)
View/report issues

Documentation

API reference

License

LGPL-2.1 (license)

Dependencies

country, meta

More

Packages that depend on iso_country