OndrejKunc / flutter_dynamic_forms

A collection of flutter and dart libraries allowing you to consume complex external forms at runtime.
MIT License
204 stars 60 forks source link

Hi how can I check if all required fields are filled? #104

Open njonbayou opened 3 years ago

njonbayou commented 3 years ago

Hi, I have successfully implemented the FormBuilder into my project, but I can't figure out how to use the required field property to enable or disable a submit button.