|
5 | 5 | This package helps in creation of data collection forms in Flutter by removing the boilerplate needed to build a form, validate fields, react to changes, |
6 | 6 | and collect final user input. |
7 | 7 |
|
8 | | -[](https://pub.dev/packages/flutter_form_builder) |
9 | | -[](https://github.com/danvick/flutter_form_builder/actions?query=workflow%3ACI) |
10 | | -[](https://codecov.io/gh/danvick/flutter_form_builder/) |
11 | | -[](LICENSE) |
| 8 | +[](https://pub.dev/packages/flutter_form_builder) |
| 9 | +[](https://github.com/danvick/flutter_form_builder/actions?query=workflow%3ACI) |
| 10 | +[](https://codecov.io/gh/danvick/flutter_form_builder/) |
| 11 | +[](https://www.codefactor.io/repository/github/danvick/flutter_form_builder) |
| 12 | + |
| 13 | +[](https://github.com/danvick/flutter_form_builder/blob/master/LICENSE) |
12 | 14 | [](#support) |
| 15 | +[](https://gitter.im/flutter_form_builder/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) |
| 16 | +<!-- [](https://github.com/Solido/awesome-flutter#widgets) --> |
13 | 17 |
|
14 | 18 | ## Simple Usage |
15 | 19 | To use this plugin, add `flutter_form_builder` as a |
@@ -470,7 +474,7 @@ Available built-in validators include: |
470 | 474 | * `FormBuilderValidators.email()` - requires the field's value to be a valid email address. |
471 | 475 | * `FormBuilderValidators.equal()` - requires the field's value be equal to provided object. |
472 | 476 | * `FormBuilderValidators.integer()` - requires the field's value to be an integer. |
473 | | -* `FormBuilderValidators.IP()` - requires the field's value to be a valid IP address. |
| 477 | +* `FormBuilderValidators.ip()` - requires the field's value to be a valid IP address. |
474 | 478 | * `FormBuilderValidators.match()` - requires the field's value to match the provided regex pattern. |
475 | 479 | * `FormBuilderValidators.max()` - requires the field's value to be less than or equal to the provided number. |
476 | 480 | * `FormBuilderValidators.maxLength()` - requires the length of the field's value to be less than or equal to the provided maximum length. |
@@ -613,4 +617,4 @@ package, a cup of coffee would be highly appreciated ;-) |
613 | 617 | <img src="https://contributors-img.firebaseapp.com/image?repo=danvick/flutter_form_builder" /> |
614 | 618 | </a> |
615 | 619 |
|
616 | | -Made with [contributors-img](https://contributors-img.firebaseapp.com). |
| 620 | +Made with [contributors-img](https://contributors-img.firebaseapp.com). |
0 commit comments