-
-
Notifications
You must be signed in to change notification settings - Fork 542
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide abstract FormBuilderInput class that can be fully override and compatible with FormBuilder #39
Comments
+1 |
Planned for Version 3 - which will be a complete rewrite of the plugin structure. |
@danvick , I have made a custom image picker field, with reference to https://github.com/rapido-mobile/rapido-flutter. |
Hi @jasonlaw, One problem of depending on an image picker is that you'd be required to configure Android and/or iOS permissions for this package even when you're not necessarily gonna use an image picker. Same applies to other inputs such as Maps etc. |
Having this abstract "interface" that works with FormBuilder would allow to have custom UI for some form functions:
The text was updated successfully, but these errors were encountered: