phonefield 0.0.6
phonefield: ^0.0.6 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.5
Usage #
Check out the example directory for detailed examples:
PhoneField(
initialPhoneNumber: "+977",
phoneNumber: (p0) {
phoneNumber = p0;
setState(() {});
},
)