awesome_dynamic_form 0.0.2 copy "awesome_dynamic_form: ^0.0.2" to clipboard
awesome_dynamic_form: ^0.0.2 copied to clipboard

Create a form dynamically with JSON.

Getting started #

  • Generate dynamic form with JSON
  • Controllers to handle form controls
  • Most common used controls available with dynamic validations

Installing #

Add the following to your pubspec.yaml file:

dependencies:
	dynamic_form: ^0.0.1

Usage #

Creating AwesomeDynamicForm:

    AwesomeDynamicForm(
        fieldList: fieldList, // List of fields to render
        formControllers: formControllers // List to controllers according to fields controls
    );
0
likes
70
points
41
downloads

Publisher

unverified uploader

Weekly Downloads

Create a form dynamically with JSON.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

file_picker, flutter, intl, intl_phone_field, mask_text_input_formatter, path

More

Packages that depend on awesome_dynamic_form