form_builder_phone_field 2.0.1 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.
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
Roadmap #
- Add complete web support
- Add visual examples (images, gifs, videos, sample application)
- Solve open issues, prioritizing bugs
Ecosystem #
Take a look to our awesome ecosystem and all packages in there