country_code_helper 0.3.0 copy "country_code_helper: ^0.3.0" to clipboard
country_code_helper: ^0.3.0 copied to clipboard

Flutter country picker with built-in themed bottom sheet, phone-field prefix, bundled flag assets, SIM detection, and phone number parsing/validation.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add country_code_helper

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

dependencies:
  country_code_helper: ^0.3.0

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_code_helper/country_code_helper.dart';
3
likes
160
points
423
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter country picker with built-in themed bottom sheet, phone-field prefix, bundled flag assets, SIM detection, and phone number parsing/validation.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

dartarabic, flutter, phone_numbers_parser

More

Packages that depend on country_code_helper