flutter_form_builder
flutter_form_builder copied to clipboard
[FormBuilder] show errors after form saved
trafficstars
I have added local validations and using validate(), and save() methods after the API call I'm getting server validation errors and I need to show them in the form.
Do you try use method invalidate()?
Take a look to this methods in readme @Raviteja11122
@deandreamatias I'm already using those once i use validate() and save() methods the invalidate() and invalidateField() is not showing errors
Share a minimal sample code please
Something wrong with my code package is working as expected.