country_code_manager 1.0.1 copy "country_code_manager: ^1.0.1" to clipboard
country_code_manager: ^1.0.1 copied to clipboard

This package is used to get country code and country name from country code.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add country_code_manager

With Flutter:

 $ flutter pub add country_code_manager

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

dependencies:
  country_code_manager: ^1.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:country_code_manager/country_code.dart';
5
likes
0
points
32
downloads

Publisher

verified publisherefestech.com.tr

Weekly Downloads

This package is used to get country code and country name from country code.

License

unknown (license)

Dependencies

flutter

More

Packages that depend on country_code_manager