Dynamic Form Builder

Dynamic Form Builder is a Flutter package that allows you to create dynamic forms with various types of form fields. It provides a flexible and easy way to build forms based on a list of form field definitions.

Features

  • Create dynamic forms with a variety of field types.
  • Support for custom validators.
  • Easy integration with FormBuilder from the flutter_form_builder package.

Installation

Add the following to your pubspec.yaml file:

dependencies:
  dynamic_form_builder: 0.0.1