Forma, app designed to dynamically generate interactive input forms and their corresponding reusable Flutter code from a JSON schema
-
JSON Schema Editor: Easily input and modify a JSON object to define form fields (Key-Value pairs).
-
Automatically infers the field typebased on the initial value format.
-
Instantly render a fully functional and validated Flutter form
-
Dynamic Validation: Applies appropriate client-side validation logic (e.g., email regex, minimum password length, number parsing) based on the inferred type [Status: in testing].
-
Code Generation: Generates standalone, reusable Dart code for the form, complete with custom theming and validation functions.