https://github.com/ziadasem/dynamicpagecreator
https://github.com/ziadasem/dynamicpagecreator
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ziadasem/dynamicpagecreator
- Owner: ziadasem
- Created: 2021-08-16T19:37:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-16T19:55:28.000Z (over 4 years ago)
- Last Synced: 2025-01-10T20:17:04.551Z (about 1 year ago)
- Language: Dart
- Size: 70.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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