phonefield 0.0.1
phonefield: ^0.0.1 copied to clipboard
Custom Phone Field
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(() {});
},
)