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

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

Phonefield

Features #

Custom phone field with picker

Getting started #

To use this package, add phonefield to your pubspec.yaml file:

dependencies:
  phonefield: ^0.0.1

Usage #

Check out the example directory for detailed examples:

PhoneField(
    initialPhoneNumber: "+977",
    phoneNumber: (p0) {
        phoneNumber = p0;
        setState(() {});
        },
    )
5
likes
0
points
60
downloads

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

License

unknown (license)

Dependencies

dio, flutter

More

Packages that depend on phonefield