Skip to content

adamontherun/form_builder_phone_field

 
 

Repository files navigation

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

About

International phone number field for FlutterFormBuilder package

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 80.6%
  • HTML 12.8%
  • Ruby 4.8%
  • Swift 1.3%
  • Other 0.5%