rapido-mobile / rapido-flutter

Library for RAD development in Flutter
BSD 2-Clause "Simplified" License
70 stars 13 forks source link

Add validators to FormFields #112

Open rickspencer3 opened 5 years ago

rickspencer3 commented 5 years ago

Currently DocumentForms work fine, but the Flutter validation features at in use at all.

rickspencer3 commented 5 years ago

I think this will be dependent on adding localization as per #80

ghost commented 5 years ago

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 :)

rickspencer3 commented 5 years ago

I will for sure look into it. It does seem related. I started a separate issue for it #115

ghost commented 5 years ago

ok great that you can see how it might help you.