form_builder_phone_field 2.0.1 copy "form_builder_phone_field: ^2.0.1" to clipboard
form_builder_phone_field: ^2.0.1 copied to clipboard

International phone number field for FlutterFormBuilder package

Form Builder Phone Field #

International phone number field for flutter_form_builder package.

Pub Version GitHub Workflow Status CodeFactor Grade Codecov


Features #

  • Country selector
  • Automatic parsing international number

Usage #

Setup #

Configure dependency phone_number. More details here

Basic use #

FormBuilderPhoneField(
  name: 'phone_number',
  decoration: const InputDecoration(
    labelText: 'Phone Number',
    hintText: 'Hint',
  ),
  priorityListByIsoCode: ['KE'],
  validator: FormBuilderValidators.compose([
    FormBuilderValidators.required(),
  ]),
),

See pub.dev example tab or github code for more details

Support #

Contribute #

You have some ways to contribute to this packages

  • Beginner: Reporting bugs or request new features
  • Intermediate: Implement new features (from issues or not) and created pull requests
  • Advanced: Join the organization like a member and help coding, manage issues, dicuss new features and other things

See contribution guide for more details

Questions and answers #

You can question or search answers on Github discussion or on StackOverflow

Donations #

Donate or become a sponsor of Flutter Form Builder Ecosystem

Become a Sponsor

Roadmap #

Ecosystem #

Take a look to our awesome ecosystem and all packages in there

Thanks to #

All constributors

34
likes
140
pub points
90%
popularity

Publisher

verified publisherflutterformbuilderecosystem.com

International phone number field for FlutterFormBuilder package

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

Funding

Consider supporting this project:

opencollective.com

License

BSD-3-Clause (LICENSE)

Dependencies

country_pickers, flutter, flutter_form_builder, phone_number

More

Packages that depend on form_builder_phone_field