country_code_manager 1.0.2 copy "country_code_manager: ^1.0.2" to clipboard
country_code_manager: ^1.0.2 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.2

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';
4
likes
0
pub points
35%
popularity

Publisher

verified publisherefestech.com.tr

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

License

unknown (license)

Dependencies

flutter, very_good_analysis

More

Packages that depend on country_code_manager