Open rickspencer3 opened 5 years ago
I think this will be dependent on adding localization as per #80
hey @rickspencer3
You should definitely have a look at this ! https://github.com/danvick/flutter_form_builder
Its very complimentary to your RAD approach, in that the building of the GUI is data driven. Dan has built all of the highly complex Form Validation. Its really well done. So you can take your Document List approach and then for the Forms use Dan's Form builder. Both are data driven !
I am working on Routing that is data driven.
Let me know what you think :)
I will for sure look into it. It does seem related. I started a separate issue for it #115
ok great that you can see how it might help you.
Currently DocumentForms work fine, but the Flutter validation features at in use at all.