holtzmak / Community-Meal-Planner-Forum

A Flutter and Firebase forum application to support community discussion for meal planning, sustainable practices, development, and education
Creative Commons Attribution Share Alike 4.0 International
2 stars 1 forks source link

Update DynamicFormField to use validation #50

Closed holtzmak closed 3 years ago

holtzmak commented 3 years ago

This PR updates the dynamic form field with:

  1. validation
  2. removal of shrinkwrapped listview builder (expensive, and also doesn't work with nested form fields)
  3. reduces complexity of the dynamic form field by having just the one generic type
holtzmak commented 3 years ago

Needs more work: