International phone number field for flutter_form_builder package.
- Country selector
- Automatic parsing international number
Configure dependency phone_number. More details here
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
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
You can question or search answers on Github discussion or on StackOverflow
Donate or become a sponsor of Flutter Form Builder Ecosystem
- Add complete web support
- Add visual examples (images, gifs, videos, sample application)
- Solve open issues, prioritizing bugs
Take a look to our awesome ecosystem and all packages in there