-
-
Notifications
You must be signed in to change notification settings - Fork 541
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
Is there any way to add custom widgets inside FormBuilder controls? #6
Comments
Hello @TheHemantKaushik, Now currently there's no easy way of plugging in custom widget. The idea is however in my plans for v2.0.0, and I'm looking for easier ways of doing that. Meanwhile feel free to fork and make changes, or better yet submit PR. Sharing is caring you know ;-) |
see #7 |
@rakeshlanjewarwork Kindly include an example to show usage of your implementation |
@TheHemantKaushik Kindly test this feature out in version 3.0.0 (currently in beta on pub) and let me know how it works for you. |
I have tried making an Image picker and so far seems working quite well.
I have attached my code here.
Please note that the idea and even part of the code are actually referring
to https://github.com/rapido-mobile/rapido-flutter.
Please decide yourself if to include this as part of the package, or you
would preferably rebuild a new one.
Thanks.
…On Tue, Apr 16, 2019 at 2:00 AM Danvick Miller ***@***.***> wrote:
@TheHemantKaushik <https://github.com/TheHemantKaushik> Kindly test this
feature out in version 3.0.0 (currently in beta on pub) and let me know how
it works for you.
Thanks
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAGlLKeLkSCVB61x7yOSDkC6CvFEnzEPks5vhL4zgaJpZM4ZPZ5f>
.
--
Regards,
Jason Law
http://jason.cclaw.googlepages.com/home
|
Thanks for this great library!
I want to add some custom widgets inside FormBuilder, is it possible? How?
The text was updated successfully, but these errors were encountered: