0 purchases
contact input tag
Contact Input Tag #
Package helps you to make email or phone number contact tags like Google Gmail.
You can custom your model phone number to be compatible with your language, the default is the Vietnamese phone number format.
Features #
Usage #
To use package. Add to your dependencies in pubspec.yaml file
contact_input_tag:
git: https://github.com/Ceschref/contact_input_tag
copied to clipboard
Phone Number input tag example
ContactInputTag(
label: 'Your Phone Number',
hintText: 'Input phone',
updateResult: (items) {},
typeTag: TypeTag.phoneNumber,
),
copied to clipboard
Email input tag example
ContactInputTag(
label: 'Your Email',
hintText: 'Input mail',
updateResult: (items) {},
typeTag: TypeTag.email,
listRecord: ['[email protected]'],
),
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.