An open API service indexing awesome lists of open source software.

https://github.com/ziadasem/dynamicpagecreator


https://github.com/ziadasem/dynamicpagecreator

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Dynamic Page Creator

Forms are built dynamically according to JSON data in this **flutter project**, handle its data is handled and posted, it supports Arabic and English Langugaes.

## Project Structre

This project is a part form a **complete working project** with more functions and styling, the working project fetch the data from an API while this project fetch its data from two JSON files -data.json and values.json-

in JSON body the field ctrlType is determining the type of the element to be shown here is the list for resolving ctrlType numbers

1- single line numbers only textField
2- single line textField
3- Date and time picker
4- list
5- read only textField
6- Multi line textField
7- Radio Buttons group
8- CheckBoxes group