Skip to content

Commit be94fa9

Browse files
docs: update readme
1 parent e0cf7fc commit be94fa9

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

README.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
# Form Builder Phone Field
22

33
[![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)
55
[![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)
66
[![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/)
77

88
International phone number field for [flutter_form_builder](https://pub.dev/packages/flutter_form_builder) package.
99
___
1010

1111
- [Features](#features)
12-
- [Use](#use)
13-
- [Setup](#setup)
14-
- [Basic use](#basic-use)
12+
- [Usage](#usage)
13+
- [Setup](#setup)
14+
- [Basic use](#basic-use)
1515
- [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)
1919
- [Roadmap](#roadmap)
2020
- [Ecosystem](#ecosystem)
2121
- [Thanks to](#thanks-to)
22-
- [Contributors](#contributors)
22+
- [Contributors](#contributors)
2323

2424
## Features
2525

2626
- Country selector
27-
- Automatic parsing international number
27+
- Automatic parsing international number
2828

2929
## Usage
3030

@@ -47,17 +47,18 @@ FormBuilderPhoneField(
4747
]),
4848
),
4949
```
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
5152

5253
## Support
5354

5455
### Contribute
5556

5657
You have some ways to contribute to this packages
5758

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
6162

6263
See [contribution guide](https://github.com/flutter-form-builder-ecosystem/.github/blob/main/CONTRIBUTING.md) for more details
6364

0 commit comments

Comments
 (0)