flutter_form_helper
flutter_form_helper copied to clipboard
Ever want to create a quick form without wiring everything up? This might be the library for you.
After spending more time with the code I'm tempted to change your approach of the Field definitions from a enum based to a class hierarchy one where every Field definition...
Consolidate the interface behind the name of the library for ease-of use.
To be able to place the Label completely independent of the Field
there should be a possibility to define basic layout already in the Field definitions
I'm not sure if it would be better not to generate the submit button out of the helper or if it would be better to let user wire their own...