/dynamic_form_builder

Dynamic Form Fields Builder is flutter package designed to simplify the creation and management of dynamic form fields. This package allows developers to create a variety of field types, such as text fields, dropdowns, checkboxes, and more.

Primary LanguageDartMIT LicenseMIT

Dynamic Form Builder

CodeFactor

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: ^latest_version