I'm a little embarrassed that this is so easy. I was trying to write custom code to do the same thing and having limited success. You sir, are a god send!
@@the_digitalpro hello again - I have a question I'm hoping you can answer. Will this same process work for conditionally updating from one custom dialog to another? So for instance, if I select an option on custom dialog box 2, will I still be able to update the app state with the new true case and that will update custom dialog box 1? I then want to select that new updated option in dialog box 1 and then conditionally update a container on the main page based on the dialog box 1 selection. I hope this makes sense. Cheers
@@the_digitalpro good news - I got it to work! With each selection, it's updating the widget from one component to the next, and then onto the main page. Only 47/50 components to go! Hahaha Thanks again 👊
Hi you need to ideally set conditional visibility on the overall conditional builder widget based on the responsive settings. Checkout my recent video on how to use responsive conditions.
So in case of the mobile app version and its navbar, it needs to be custom created as a substitute to the sidebar in here, using same navigation right?
Hey thanks for the vid! using this kinda conditions make it faster to load the app, I mean instead of using multiple pages? or what would be the advantage??
Hello. I think I was really trying to reinforce the concept of using a conditional builder widget to handle the use of showing and hiding components. This is a good practical use for a conditional builder widget. Of course there are many different wants in FlutterFlow to accomplish similar tasks. This is what I love about FlutterFlow.
Hey thank you for the video but it appears to be targeted toward people who already have experience with coding. What attracts me to Flutterflow is that you're not supposed to have to code but in the video, you used custom code that you created and it appeared that you used multiple things that are not organic to the app like creating your own data types. The video wasn't affective for me. If you're interested in having a larger audience, I would suggest using a more basic example using standard widgets and leave things that can be lessons in themselves out of the tutorials (like creating data types). I might be even more lost after watching this.
Let’s Go! Love this channel 🙏🏽💎
Thank you very much Jeremy. Glad to have you as a subscriber.
Really great way to implement this widget! Thanks Steve! Looking forward to the upcoming series.
You are very welcome. Looking forward to putting together a series on building web applications.
I'm a little embarrassed that this is so easy. I was trying to write custom code to do the same thing and having limited success. You sir, are a god send!
Hahaha. You are most welcome thank you very much appreciate it. Good luck.
@@the_digitalpro hello again - I have a question I'm hoping you can answer. Will this same process work for conditionally updating from one custom dialog to another? So for instance, if I select an option on custom dialog box 2, will I still be able to update the app state with the new true case and that will update custom dialog box 1? I then want to select that new updated option in dialog box 1 and then conditionally update a container on the main page based on the dialog box 1 selection. I hope this makes sense.
Cheers
@@the_digitalpro good news - I got it to work! With each selection, it's updating the widget from one component to the next, and then onto the main page. Only 47/50 components to go! Hahaha
Thanks again 👊
This is a great walk through video 👌🏾💯
Glad it was helpful! Thanks
Thank you very much!
How u made nav menu responsive?
you can use this widget to change one navigation on desktop other in mobile?
Hi you need to ideally set conditional visibility on the overall conditional builder widget based on the responsive settings. Checkout my recent video on how to use responsive conditions.
So in case of the mobile app version and its navbar, it needs to be custom created as a substitute to the sidebar in here, using same navigation right?
Hey thanks for the vid! using this kinda conditions make it faster to load the app, I mean instead of using multiple pages? or what would be the advantage??
whoa this is the way to do that
Do you offer classes?
Hi unfortunately I cannot offer classes at this time. Very soon.
Can you do the same thing without the custom functions? Not everyone knows how to code 😒
Hi can I ask which specific bit you are referring to in regards to custom functions?
@@the_digitalpro clearing the app states
what you done can easily be accomplished by choice chips widget also... so i don't think it is the best use case for conditional builder.
Hello. I think I was really trying to reinforce the concept of using a conditional builder widget to handle the use of showing and hiding components. This is a good practical use for a conditional builder widget. Of course there are many different wants in FlutterFlow to accomplish similar tasks. This is what I love about FlutterFlow.
Hey thank you for the video but it appears to be targeted toward people who already have experience with coding. What attracts me to Flutterflow is that you're not supposed to have to code but in the video, you used custom code that you created and it appeared that you used multiple things that are not organic to the app like creating your own data types. The video wasn't affective for me. If you're interested in having a larger audience, I would suggest using a more basic example using standard widgets and leave things that can be lessons in themselves out of the tutorials (like creating data types). I might be even more lost after watching this.
you can always use the built in copilot to do the coding. Read the documentation