1
1
# Form Builder Phone Field
2
2
3
3
[ ![ Pub Version] ( https://img.shields.io/pub/v/form_builder_phone_field?logo=flutter&style=for-the-badge )] ( https://pub.dev/packages/form_builder_phone_field )
4
- [ ![ GitHub Workflow Status] ( https://img.shields.io/github/workflow/status/flutter-form-builder-ecosystem/form_builder_phone_field/Base? logo=github&style=for-the-badge )] ( https://github.com/flutter-form-builder-ecosystem/form_builder_phone_field/actions/workflows/base.yaml )
4
+ [ ![ GitHub Workflow Status] ( https://img.shields.io/github/actions/ workflow/status/flutter-form-builder-ecosystem/form_builder_phone_field/base.yaml?branch=main& logo=github&style=for-the-badge )] ( https://github.com/flutter-form-builder-ecosystem/form_builder_phone_field/actions/workflows/base.yaml )
5
5
[ ![ CodeFactor Grade] ( https://img.shields.io/codefactor/grade/github/flutter-form-builder-ecosystem/form_builder_phone_field?logo=codefactor&style=for-the-badge )] ( https://www.codefactor.io/repository/github/flutter-form-builder-ecosystem/form_builder_phone_field )
6
6
[ ![ Codecov] ( https://img.shields.io/codecov/c/github/flutter-form-builder-ecosystem/form_builder_phone_field?logo=codecov&style=for-the-badge )] ( https://codecov.io/gh/flutter-form-builder-ecosystem/form_builder_phone_field/ )
7
7
8
8
International phone number field for [ flutter_form_builder] ( https://pub.dev/packages/flutter_form_builder ) package.
9
9
___
10
10
11
11
- [ Features] ( #features )
12
- - [ Use ] ( #use )
13
- - [ Setup] ( #setup )
14
- - [ Basic use] ( #basic-use )
12
+ - [ Usage ] ( #usage )
13
+ - [ Setup] ( #setup )
14
+ - [ Basic use] ( #basic-use )
15
15
- [ Support] ( #support )
16
- - [ Contribute] ( #contribute )
17
- - [ Questions and answers] ( #questions-and-answers )
18
- - [ Donations] ( #donations )
16
+ - [ Contribute] ( #contribute )
17
+ - [ Questions and answers] ( #questions-and-answers )
18
+ - [ Donations] ( #donations )
19
19
- [ Roadmap] ( #roadmap )
20
20
- [ Ecosystem] ( #ecosystem )
21
21
- [ Thanks to] ( #thanks-to )
22
- - [ Contributors] ( #contributors )
22
+ - [ Contributors] ( #contributors )
23
23
24
24
## Features
25
25
26
26
- Country selector
27
- - Automatic parsing international number
27
+ - Automatic parsing international number
28
28
29
29
## Usage
30
30
@@ -47,17 +47,18 @@ FormBuilderPhoneField(
47
47
]),
48
48
),
49
49
```
50
- See [ pud.dev example tab] ( https://pub.dev/packages/form_builder_phone_field/example ) or [ github code] ( example/lib/main.dart ) for more details
50
+
51
+ See [ pub.dev example tab] ( https://pub.dev/packages/form_builder_phone_field/example ) or [ github code] ( example/lib/main.dart ) for more details
51
52
52
53
## Support
53
54
54
55
### Contribute
55
56
56
57
You have some ways to contribute to this packages
57
58
58
- - Beginner: Reporting bugs or request new features
59
- - Intermediate: Implement new features (from issues or not) and created pull requests
60
- - Advanced: Join the [ organization] ( #ecosystem ) like a member and help coding, manage issues, dicuss new features and other things
59
+ - Beginner: Reporting bugs or request new features
60
+ - Intermediate: Implement new features (from issues or not) and created pull requests
61
+ - Advanced: Join the [ organization] ( #ecosystem ) like a member and help coding, manage issues, dicuss new features and other things
61
62
62
63
See [ contribution guide] ( https://github.com/flutter-form-builder-ecosystem/.github/blob/main/CONTRIBUTING.md ) for more details
63
64
0 commit comments