country_codes_info 0.0.7 copy "country_codes_info: ^0.0.7" to clipboard
country_codes_info: ^0.0.7 copied to clipboard

Country codes info is an helper package that provides country details given a particular localization, such as dial, ISO 3166 codes (alpha-2, alpha-3), country names and more

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add country_codes_info

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

dependencies:
  country_codes_info: ^0.0.7

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

Import it

Now in your Dart code, you can use:

import 'package:country_codes_info/country_codes_info.dart';
2
likes
130
pub points
53%
popularity

Publisher

verified publisherherodot.com

Country codes info is an helper package that provides country details given a particular localization, such as dial, ISO 3166 codes (alpha-2, alpha-3), country names and more

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on country_codes_info