phonefield 1.0.1 copy "phonefield: ^1.0.1" to clipboard
phonefield: ^1.0.1 copied to clipboard

The PhoneField package offers easy phone number input with validation, formatting, and internationalization support, ensuring accurate phone number handling.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add phonefield

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

dependencies:
  phonefield: ^1.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:phonefield/phonefield.dart';
5
likes
150
points
60
downloads
screenshot

Publisher

verified publisherneupanenitesh.com.np

Weekly Downloads

The PhoneField package offers easy phone number input with validation, formatting, and internationalization support, ensuring accurate phone number handling.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

dio, dropdown_search, flutter

More

Packages that depend on phonefield