dynamic_form_fields 0.0.3 copy "dynamic_form_fields: ^0.0.3" to clipboard
dynamic_form_fields: ^0.0.3 copied to clipboard

A Flutter package for creating dynamic form fields with support for various field types and backend integration

Dynamic Form Fields #

A Flutter package for creating dynamic form fields with drag-and-drop reordering, multiple field types, and backend integration support.

Features #

  • 🎯 Multiple field types supported:

    • Short Answer
    • Paragraph
    • Number
    • Email
    • DateTime
    • Range DateTime
    • Multi Dropdown
    • Dropdown
    • Checkbox
    • Radio
    • File Upload
  • 🔄 Drag and drop reordering

  • ✏️ Real-time field editing

  • 🗑️ Field deletion

  • 🎨 Customizable styling

  • 🔌 Backend agnostic (works with Firebase, REST API, GraphQL, etc.)

  • ✅ Built-in validation support

  • 🎯 Type-safe field types using enums

Getting started #

Add this to your package's pubspec.yaml file:

dependencies:
  dynamic_form_fields: ^1.0.0
1
likes
160
points
42
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for creating dynamic form fields with support for various field types and backend integration

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

equatable, flutter, uuid

More

Packages that depend on dynamic_form_fields