phone_input_plus 0.2.0 copy "phone_input_plus: ^0.2.0" to clipboard
phone_input_plus: ^0.2.0 copied to clipboard

A customizable phone input field with auto country detection, formatting and validation. Perfect for African and international phone numbers.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add phone_input_plus

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

dependencies:
  phone_input_plus: ^0.2.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:phone_input_plus/phone_input_plus.dart';
1
likes
160
points
254
downloads

Publisher

unverified uploader

Weekly Downloads

A customizable phone input field with auto country detection, formatting and validation. Perfect for African and international phone numbers.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http, shared_preferences

More

Packages that depend on phone_input_plus