flutter-form-builder-ecosystem / flutter_form_builder

Simple form maker for Flutter Framework
https://pub.dev/packages/flutter_form_builder
MIT License
1.45k stars 526 forks source link

docs: Note about form_builder_validators being a separate package #1377

Closed mgalgs closed 3 months ago

mgalgs commented 3 months ago

Fixes #1280

Connection with issue(s)

Close #1280

Solution description

The readme doesn't currently mention the fact that validators must be installed separately from the main package.

To Do