contact_input_tag

Creator: coderz1093

Last updated:

0 purchases

contact_input_tag Image
contact_input_tag Images

Languages

Categories

Add to Cart

Description:

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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.