flutter_form_helper
flutter_form_helper copied to clipboard
Rename FormHelper to QuickForm
Consolidate the interface behind the name of the library for ease-of use.
@escamoteur
I'll start with this, feel free to add any other stories to the issues.
I'll make a PR
On a closer Look, isn't the Formhelper not something like a FormController? So maybe its better to rename the
FormBuilder->QuickForm FormHelper->QuickFormController
What do you think?