Skip to content

Commit 22de291

Browse files
docs: #1373 replace button
1 parent 9cb463a commit 22de291

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ Also included are common ready-made form input fields for FormBuilder. This give
1010
[![CodeFactor Grade](https://img.shields.io/codefactor/grade/github/flutter-form-builder-ecosystem/flutter_form_builder?logo=codefactor&style=for-the-badge)](https://www.codefactor.io/repository/github/flutter-form-builder-ecosystem/flutter_form_builder)
1111
___
1212

13+
## Call for Maintainers
14+
15+
> 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.
16+
1317
- [Features](#features)
1418
- [Inputs](#inputs)
1519
- [Parameters](#parameters)
@@ -281,7 +285,7 @@ FormBuilderTextField(
281285
Set the error text
282286

283287
```dart
284-
RaisedButton(
288+
ElevatedButton(
285289
child: Text('Submit'),
286290
onPressed: () async {
287291
setState(() => _emailError = null);

0 commit comments

Comments
 (0)