Love the way your videos throw in extra nuggets of knowledge alongside the core concept that's being explained. Like showing how to make good use of the stack and transform widgets to create that little arrow.
Hi! Really great video there but could you just show us as well how to display them on the homePage screen after you've clicked confirm so that the user can see the selected items on the screen after confirming? Also how to save the selected items/fruits in a backend for the user? Thank you so much!
@@the_digitalpro totally, but you’re also one of the first tutorial channels to cover flutterflow in depth with clonables (even the flutterflow streams from the company don’t upload clones regularly). As someone building a startup using flutterflow (at least for the mvp stage), you are p much the only channel that pays attention to detail without yapping too much.
Another fantastic tutorial! Thank you. How would you go around making this single select, rather than multi select? I've had a go, but can't figure it out. I imagine you need to update all selected component states to false and then apply the selected state to true?
Hello. Thank you. I do actually have a sample app in my academy which performs a single select. Head over to www.thedigitalpro.co.uk and grab yourself an account. There is a free trial available.
This is super straightforward. Just create a an additional parameter of type String which can be passed back to the parent page. You then just populate this with the Widget state from the texfield or a component state variable.
Thanks so much! I thought that too but I'm not seeing a text field input where I can map the component parameter to. Maybe I'm missing something?@@the_digitalpro
This looks great! Now as a web developer, there are a few things that really scare me lol.. This is a simple example, and even in this simple example I have yet to see a screen or method that allows me to see a 'bird's eye view' of all of these states / connections / queries / variables / values! Yes I know about the storyboard, but that shows to / from pages. I really don't see the "maintainability" if I did something as simple as this or a bit more complex and when I revisit it in 3 months, well you get the idea! Where do I look to get that bird's eye view?
Hello.. The content of your channel is very useful and your explanation is accurate.. I have a question: Can we create an application with members subscribing to it... And the member whose subscription ends, his profile disappears and is not visible to the rest of the users until he renews the subscription.
Best flutterflow channel! Very thoughtful project app that opens doors to incredible flexibility. How would you modify this project to include Json values, so that you can display multiple values from a single stored variable? When I tried, the faliure point seems to be executing a callback with Json value, flutterflow won't let you select the callback, even though it lets you create that callback. Any ideas?
REQUEST for a Flutterflow tutorial. I’m starting up an app I need to launch soon and creating something really simple but uncommon. I can’t find any tutorial videos on it. Do you think you can make a quick tutorial video for my idea? If so, I’ll explain what I want
I was in the same boat but figured out you damn near can make anything work.. I copied different things from a few clones ppl made on flutter flow. Once you get started you notice you can turn it into anything you want
I am trying to make a fulti select funtions on a Listview of a parent page displaying cards or listview items made as a component. the checkbox I put in the component if I check it it will check every single one in the List which is not what I want. I can't select one by one that drives me crazy. I thought I could solve that with your tutorial but got more confused.. I am such a noobie .( pls help someone?
🔥 Looking for more exclusive content and a helpful community? Why not consider joining The Digital Pro's #NoCode Academy at www.thedigitalpro.co.uk/
Love the way your videos throw in extra nuggets of knowledge alongside the core concept that's being explained. Like showing how to make good use of the stack and transform widgets to create that little arrow.
@DQ940 ah thank you very much. I do find i pretty much do this without thinking sometimes. So long as I do not go too far off track.
Hi! Really great video there but could you just show us as well how to display them on the homePage screen after you've clicked confirm so that the user can see the selected items on the screen after confirming? Also how to save the selected items/fruits in a backend for the user? Thank you so much!
I just discovered your channel, I'm amazed by your skill and I hope to learn a lot from your videos, new subscriber, greetings from Mexico 🇲🇽
This is great thank you very much for the lovely words. Really glad to have you as a subscriber. Hope you learn plenty.
Great video as always ❤
Thank very much
Looks great Steve!!
You are most welcome thank you very much.
Done. Took me about 2 to 3 hours to complete. Enjoyed it a lot.
Great to hear! Good work. Thank you 😊
keep these coming please
I will do my best. They do take a reasonable amount of time to put together. Just need to clone myself. ;)
@@the_digitalpro totally, but you’re also one of the first tutorial channels to cover flutterflow in depth with clonables (even the flutterflow streams from the company don’t upload clones regularly). As someone building a startup using flutterflow (at least for the mvp stage), you are p much the only channel that pays attention to detail without yapping too much.
Thanks a lot ! Help me figuring out how to use Callback Action 🔥🙏
A tutorial about storing images locally on the device (but within the app) after fetching it from the internet (e.g. by using an api) would be nice
Super helpfull. THanks!
You are very welcome 👍
Another fantastic tutorial! Thank you. How would you go around making this single select, rather than multi select? I've had a go, but can't figure it out. I imagine you need to update all selected component states to false and then apply the selected state to true?
Hello. Thank you. I do actually have a sample app in my academy which performs a single select. Head over to www.thedigitalpro.co.uk and grab yourself an account. There is a free trial available.
This is awesome! How would you pass a parameter for a text field in a component?
This is super straightforward. Just create a an additional parameter of type String which can be passed back to the parent page. You then just populate this with the Widget state from the texfield or a component state variable.
Thanks so much! I thought that too but I'm not seeing a text field input where I can map the component parameter to. Maybe I'm missing something?@@the_digitalpro
This looks great! Now as a web developer, there are a few things that really scare me lol.. This is a simple example, and even in this simple example I have yet to see a screen or method that allows me to see a 'bird's eye view' of all of these states / connections / queries / variables / values! Yes I know about the storyboard, but that shows to / from pages.
I really don't see the "maintainability" if I did something as simple as this or a bit more complex and when I revisit it in 3 months, well you get the idea! Where do I look to get that bird's eye view?
Hi have you checked out my recent 2024 Crashcourse? This may fill in some gaps certainly from the perspective as someone who comes from web.
Hello.. The content of your channel is very useful and your explanation is accurate.. I have a question: Can we create an application with members subscribing to it... And the member whose subscription ends, his profile disappears and is not visible to the rest of the users until he renews the subscription.
Best flutterflow channel! Very thoughtful project app that opens doors to incredible flexibility. How would you modify this project to include Json values, so that you can display multiple values from a single stored variable? When I tried, the faliure point seems to be executing a callback with Json value, flutterflow won't let you select the callback, even though it lets you create that callback. Any ideas?
REQUEST for a Flutterflow tutorial.
I’m starting up an app I need to launch soon and creating something really simple but uncommon. I can’t find any tutorial videos on it.
Do you think you can make a quick tutorial video for my idea?
If so, I’ll explain what I want
I was in the same boat but figured out you damn near can make anything work.. I copied different things from a few clones ppl made on flutter flow. Once you get started you notice you can turn it into anything you want
great video but can you please slow down, it looks like you eat data
Pls clone "say hi" dating app
wholy shit looks complicated like programming. at least when programming you still can see all the connections.
I am trying to make a fulti select funtions on a Listview of a parent page displaying cards or listview items made as a component. the checkbox I put in the component if I check it it will check every single one in the List which is not what I want. I can't select one by one that drives me crazy. I thought I could solve that with your tutorial but got more confused.. I am such a noobie .( pls help someone?