Skip to content

Commit d0c84cd

Browse files
authored
Merge pull request #586 from awhitford/readme-badges
Restored Badges.
2 parents ff25d22 + e7d0308 commit d0c84cd

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,15 @@
55
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,
66
and collect final user input.
77

8-
[![Pub Version](https://img.shields.io/pub/v/flutter_form_builder?style=for-the-badge)](https://pub.dev/packages/flutter_form_builder)
9-
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/danvick/flutter_form_builder/CI?style=for-the-badge)](https://github.com/danvick/flutter_form_builder/actions?query=workflow%3ACI)
10-
[![Codecov](https://img.shields.io/codecov/c/github/danvick/flutter_form_builder?style=for-the-badge)](https://codecov.io/gh/danvick/flutter_form_builder/)
11-
[![GitHub](https://img.shields.io/github/license/danvick/flutter_form_builder?style=for-the-badge)](LICENSE)
8+
[![Pub Version](https://img.shields.io/pub/v/flutter_form_builder?logo=flutter&style=for-the-badge)](https://pub.dev/packages/flutter_form_builder)
9+
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/danvick/flutter_form_builder/CI?logo=github&style=for-the-badge)](https://github.com/danvick/flutter_form_builder/actions?query=workflow%3ACI)
10+
[![Codecov](https://img.shields.io/codecov/c/github/danvick/flutter_form_builder?logo=codecov&style=for-the-badge)](https://codecov.io/gh/danvick/flutter_form_builder/)
11+
[![CodeFactor Grade](https://img.shields.io/codefactor/grade/github/danvick/flutter_form_builder?logo=codefactor&style=for-the-badge)](https://www.codefactor.io/repository/github/danvick/flutter_form_builder)
12+
13+
[![GitHub](https://img.shields.io/github/license/danvick/flutter_form_builder?logo=open+source+initiative&style=for-the-badge)](https://github.com/danvick/flutter_form_builder/blob/master/LICENSE)
1214
[![OSS Lifecycle](https://img.shields.io/osslifecycle/danvick/flutter_form_builder?style=for-the-badge)](#support)
15+
[![Gitter](https://img.shields.io/gitter/room/danvick/flutter_form_builder?logo=gitter&style=for-the-badge)](https://gitter.im/flutter_form_builder/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
16+
<!-- [![Awesome Flutter](https://img.shields.io/badge/Awesome-Flutter-FC60A8?logo=awesome-lists&style=for-the-badge)](https://github.com/Solido/awesome-flutter#widgets) -->
1317

1418
## Simple Usage
1519
To use this plugin, add `flutter_form_builder` as a
@@ -470,7 +474,7 @@ Available built-in validators include:
470474
* `FormBuilderValidators.email()` - requires the field's value to be a valid email address.
471475
* `FormBuilderValidators.equal()` - requires the field's value be equal to provided object.
472476
* `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.
474478
* `FormBuilderValidators.match()` - requires the field's value to match the provided regex pattern.
475479
* `FormBuilderValidators.max()` - requires the field's value to be less than or equal to the provided number.
476480
* `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 ;-)
613617
<img src="https://contributors-img.firebaseapp.com/image?repo=danvick/flutter_form_builder" />
614618
</a>
615619

616-
Made with [contributors-img](https://contributors-img.firebaseapp.com).
620+
Made with [contributors-img](https://contributors-img.firebaseapp.com).

0 commit comments

Comments
 (0)