0 purchases
awesome dynamic form
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
copied to clipboard
Usage #
Creating AwesomeDynamicForm:
AwesomeDynamicForm(
fieldList: fieldList, // List of fields to render
formControllers: formControllers // List to controllers according to fields controls
);
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.