We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents db8b2d6 + 6fa24d7 commit c12d30aCopy full SHA for c12d30a
1 file changed
README.md
@@ -101,7 +101,10 @@ See [pub.dev example tab](https://pub.dev/packages/flutter_form_builder/example)
101
### Specific uses
102
103
#### Validate and get values
104
-
+
105
+Note: Validators are in a separate package
106
+([form_builder_validators](https://pub.dev/packages/form_builder_validators)).
107
108
```dart
109
final _formKey = GlobalKey<FormBuilderState>();
110
0 commit comments