Skip to content

Commit 19e2869

Browse files
docs: update readme
- Add call for maintainers - Move migration instructions
1 parent b072102 commit 19e2869

File tree

1 file changed

+23
-14
lines changed

1 file changed

+23
-14
lines changed

README.md

Lines changed: 23 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,29 +8,32 @@ Also included is the `l10n` / `i18n` of error text messages to multiple language
88
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/flutter-form-builder-ecosystem/form_builder_validators/base.yaml?branch=main&logo=github&style=for-the-badge)](https://github.com/flutter-form-builder-ecosystem/form_builder_validators/actions/workflows/base.yaml)
99
[![Codecov](https://img.shields.io/codecov/c/github/flutter-form-builder-ecosystem/form_builder_validators?logo=codecov&style=for-the-badge)](https://codecov.io/gh/flutter-form-builder-ecosystem/form_builder_validators/)
1010
[![CodeFactor Grade](https://img.shields.io/codefactor/grade/github/flutter-form-builder-ecosystem/form_builder_validators?logo=codefactor&style=for-the-badge)](https://www.codefactor.io/repository/github/flutter-form-builder-ecosystem/form_builder_validators)
11+
1112
---
1213

13-
> ## Migrating from version 7 to 8
14-
>
15-
> To migrate from v7 to v8, remove `context` as a parameter to validator functions. For example, `FormBuilderValidators.required(context)` becomes `FormBuilderValidators.required()` without `context` passed in.
14+
## Call for Maintainers
15+
16+
> We are looking for maintainers to contribute to the development and maintenance of Flutter Form Builder Ecosystem. Is very important to keep the project alive and growing, so we need your help to keep it up to date and with new features. You can contribute in many ways, we describe some of them in [Support](#support) section.
1617
1718
## Contents
1819

1920
- [Features](#features)
2021
- [Validators](#validators)
21-
- [Supported languages](#supported-languages)
22+
- [Supported languages](#supported-languages)
2223
- [Use](#use)
23-
- [Setup](#setup)
24-
- [Basic use](#basic-use)
25-
- [Specific uses](#specific-uses)
26-
- [Composing multiple validators](#composing-multiple-validators)
27-
- [Modify the default error message in a specific language](#modify-the-default-error-message-in-a-specific-language)
24+
- [Setup](#setup)
25+
- [Basic use](#basic-use)
26+
- [Specific uses](#specific-uses)
27+
- [Composing multiple validators](#composing-multiple-validators)
28+
- [Modify the default error message in a specific language](#modify-the-default-error-message-in-a-specific-language)
29+
- [Migrations](#migrations)
30+
- [v7 to v8](#v7-to-v8)
2831
- [Support](#support)
29-
- [Contribute](#contribute)
30-
- [Add new supported language](#add-new-supported-language)
31-
- [Add new validator](#add-new-validator)
32-
- [Questions and answers](#questions-and-answers)
33-
- [Donations](#donations)
32+
- [Contribute](#contribute)
33+
- [Add new supported language](#add-new-supported-language)
34+
- [Add new validator](#add-new-validator)
35+
- [Questions and answers](#questions-and-answers)
36+
- [Donations](#donations)
3437
- [Roadmap](#roadmap)
3538
- [Ecosystem](#ecosystem)
3639
- [Thanks to](#thanks-to)
@@ -236,6 +239,12 @@ TextFormField(
236239

237240
see [override_form_builder_localizations_en](example/lib/override_form_builder_localizations_en.dart) for more detail.
238241

242+
## Migrations
243+
244+
### v7 to v8
245+
246+
Remove `context` as a parameter to validator functions. For example, `FormBuilderValidators.required(context)` becomes `FormBuilderValidators.required()` without `context` passed in.
247+
239248
## Support
240249

241250
### Contribute

0 commit comments

Comments
 (0)