dynamic_form_fields library

A library for creating dynamic form fields in Flutter.

This library provides widgets and models for generating customizable form fields, including text fields, dropdowns, checkboxes, and radio buttons.

Classes

DynamicFieldList
A widget that displays a list of dynamic form fields with support for drag-and-drop reordering, deletion, and real-time field editing.
DynamicFieldModel
A model representing a dynamic form field used in dynamic form fields.
DynamicFieldWidget
A widget for dynamically managing different types of form fields.

Enums

FieldType
Represents the different types of form fields supported by the package.

Typedefs

OnFieldChanged = void Function(DynamicFieldModel updatedField)
Callback type for handling field updates.