phone_input_field 0.0.1 copy "phone_input_field: ^0.0.1" to clipboard
phone_input_field: ^0.0.1 copied to clipboard

A Flutter package for international phone number input with country selection. Features a country picker dialog with search and customizable phone input field.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add phone_input_field

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

dependencies:
  phone_input_field: ^0.0.1

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_field/phone_input_field.dart';
0
likes
150
points
6
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter package for international phone number input with country selection. Features a country picker dialog with search and customizable phone input field.

Repository (GitHub)
View/report issues

Topics

#phone-input #country-selector #internalization #ui-widgets

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on phone_input_field