contact_input_tag 1.0.1 copy "contact_input_tag: ^1.0.1" to clipboard
contact_input_tag: ^1.0.1 copied to clipboard

Package helps you to make email or phone number contact tags like Google Gmail

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 #

ezgif-1-65c6d97b12

Usage #

To use package. Add to your dependencies in pubspec.yaml file

contact_input_tag:
    git: https://github.com/Ceschref/contact_input_tag

Phone Number input tag example

 ContactInputTag(
                label: 'Your Phone Number',
                hintText: 'Input phone',
                updateResult: (items) {},
                typeTag: TypeTag.phoneNumber,
              ),

Email input tag example

 ContactInputTag(
                label: 'Your Email',
                hintText: 'Input mail',
                updateResult: (items) {},
                typeTag: TypeTag.email,
                listRecord: ['mail1@gmail.com'],
              ),
1
likes
140
pub points
10%
popularity

Publisher

unverified uploader

Package helps you to make email or phone number contact tags like Google Gmail

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on contact_input_tag