You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> 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.
-[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)
28
31
-[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)
34
37
-[Roadmap](#roadmap)
35
38
-[Ecosystem](#ecosystem)
36
39
-[Thanks to](#thanks-to)
@@ -236,6 +239,12 @@ TextFormField(
236
239
237
240
see [override_form_builder_localizations_en](example/lib/override_form_builder_localizations_en.dart) for more detail.
238
241
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.
0 commit comments