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

A beautiful and customizable phone number input widget with country flag selector and international phone number formatting for Flutter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add phone_flag_input

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

dependencies:
  phone_flag_input: ^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_flag_input/phone_flag_input.dart';
1
likes
150
points
35
downloads

Publisher

verified publisherdivyanshdev.tech

Weekly Downloads

A beautiful and customizable phone number input widget with country flag selector and international phone number formatting for Flutter.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

country_flags, flutter

More

Packages that depend on phone_flag_input