Literally looked this up yesterday, the issue was sending the doc ref, or document itself, and working out a querying based on that. It would be helpful if you could cover more on the extent of medium-complexity needs of applications as well as the basics. PS. Please cover the cross referenced databases/subcollections as well, multiple actions on toggle icons etc.
Good explanation however, I noticed you talked about handling a calculation and I did not see an example of that. I have several apps in mind that would need to have calculations on one page but passed to a result field on another page. Would there be a video of that or is that something you could help me with?
Really interesting. Can I also pass content to the page after next. I need to build a multi-page flow and would like to summarize all data on the last screen. Would that work?
Hi, I am working on a mobile application where I have a list of data coming from API call which consists of id, apartment number, bedrooms, availability, floor & price etc. I want to add a functionality if a user clicks on any of the available apartments that user should get navigated to another page and on that new page there is one component which consists of 4 sections i.e, bedrooms, build up area, price & availability. I want to know how can I pass data using apartment ID to display the apartments details of above mentioned 4 section on the new page. Thanks in advance :)
I understand how to pass the user info to the next page (their profile). How do you pass collections such as their photos or reviews? Struggling to get that to the next page
From an optimization view it doesnt seem very efficient to pass so much data like fotos through pages. You just pass for example the name of the foto and you use a custom data table where the name is one collum and the foto is the second collum.
I must be missing something that seems like it should be so simple. How can I retrieve the data from a specific field of a specific document? I can't seem to find a reference on how this is done. Maybe it's too simple to explain and I'm just missing it. I just want to assign a specific piece of data (field) from a specific document to a variable. Any suggestions?
I am trying to solve an issue with my flutter flow app. When users set their phone text to be really big, it makes the app almost unusable for them. Does anyone know a solution ? I imagine the app including responsiveness may solve this but what way does that work with people individual text sizing in their settings?
i cant pass the text as parameter? I have created a card on the dashboard page and I want to send the title of the card to the next page title but when I try to send it it doesn't show up in widget state option what am I doing wrong?
Could you please add snack case in page parameters? Because in some cases extrinal apps will send snack case parameter name like Supabase if we need to rest our password will redirect to the page and send "access_token" parameter like this. But in FlutterFlow the only option now is to use camal case which the parameter name dose not match
great video. I'm trying to create an action to pass an image from one page to another. I set a parameter and I create an action however when I'm trying to add value in parameter "widget state" in not visible. Also when I click on the image it does not add to the value sections. Can anyone tell me what I'm doing wrong?
If I want to collect multiple data from different pages and summarize into a final page how can I do, I tried but not working only collecting the data of the per final page. I try to play with what you mention in the video. Please help
Great question. For that you would need to store that data in an app state variable or in a backend because you can only pass data from one page to another.
Who ever this is. The voice and how short the video is, makes it really easy to comprehend. Thank You!!!!!
Please keep making thiese videos.... with this person!... this and he, is a key success element for flutterflow
This man is the best tutor in the Universe ❤
Literally looked this up yesterday, the issue was sending the doc ref, or document itself, and working out a querying based on that. It would be helpful if you could cover more on the extent of medium-complexity needs of applications as well as the basics.
PS. Please cover the cross referenced databases/subcollections as well, multiple actions on toggle icons etc.
Im struggling to find videos on the cross referenced databases/subcollections as well. Any luck on your side?
Thank you so much for this video! PLEASE KEEP POSTING THIS TYPE OF VIDEOS!
i was watching a long tutorial that was more than a year old, some elements were not updated, your video helped me on this point :)
good explanation, when passing data, what’s the different between passing documents or passing document from reference please?
good question
Good explanation however, I noticed you talked about handling a calculation and I did not see an example of that. I have several apps in mind that would need to have calculations on one page but passed to a result field on another page. Would there be a video of that or is that something you could help me with?
Really interesting. Can I also pass content to the page after next. I need to build a multi-page flow and would like to summarize all data on the last screen. Would that work?
BRO I WAS LOOKING FOR THIS ANSWER FOR WEEKS
Could you please show to do this pass data between page (parameters) with supabase?
Thanks for your video .
Can you show something that helps with subscription and memberships ?
you are the best!! your video helped me a lot!!
Great stuff, so that pretty much removes the need from passing the doc ref and then do a query using the ref?
Yes, exactly
Hi, I am working on a mobile application where I have a list of data coming from API call which consists of id, apartment number, bedrooms, availability, floor & price etc. I want to add a functionality if a user clicks on any of the available apartments that user should get navigated to another page and on that new page there is one component which consists of 4 sections i.e, bedrooms, build up area, price & availability. I want to know how can I pass data using apartment ID to display the apartments details of above mentioned 4 section on the new page.
Thanks in advance :)
Does this apply to passing data between a bottom sheet popup component and to the google map widget??
I do the exact same thing tho and it doesn't work, can someone help me if there's anything that I have to re-check or anything😭🙏
Yeah, stuck with the default param value on page 2. Must be missing something.
Thanks, I'd like to pass a document but it is giving me available options and I'm not sure what to set it as
I understand how to pass the user info to the next page (their profile). How do you pass collections such as their photos or reviews? Struggling to get that to the next page
From an optimization view it doesnt seem very efficient to pass so much data like fotos through pages. You just pass for example the name of the foto and you use a custom data table where the name is one collum and the foto is the second collum.
Useful content without doubt. Thx a lot!!!!
Please show how to do this with Supabase
wish we have more animation curves, like out expo
I must be missing something that seems like it should be so simple. How can I retrieve the data from a specific field of a specific document? I can't seem to find a reference on how this is done. Maybe it's too simple to explain and I'm just missing it. I just want to assign a specific piece of data (field) from a specific document to a variable. Any suggestions?
Very good tutorial.
Thank you so much flutterflow team I hope this also works when i want to input a date but thank you so much really appreciate keep it up
Could not duplicate this in FlutterFlow v4.1.89 with preview, but it does work if you build the app.
Having the same problem. I'm not able to access the documents after the parameter is built.
@@clvanliew did you build the app rather than preview?
Can you pass a countdown in motion from page to page?
I am trying to solve an issue with my flutter flow app. When users set their phone text to be really big, it makes the app almost unusable for them. Does anyone know a solution ?
I imagine the app including responsiveness may solve this but what way does that work with people individual text sizing in their settings?
I love your app by the way. Just started
i cant pass the text as parameter? I have created a card on the dashboard page and I want to send the title of the card to the next page title but when I try to send it it doesn't show up in widget state option what am I doing wrong?
How do you pass custom data types between pages?
Could you please add snack case in page parameters? Because in some cases extrinal apps will send snack case parameter name like Supabase if we need to rest our password will redirect to the page and send "access_token" parameter like this. But in FlutterFlow the only option now is to use camal case which the parameter name dose not match
I need help for understand the steep by steep, how to create a marketplace. Can help me, please ?
Great, thanks Flutterflow
great video. I'm trying to create an action to pass an image from one page to another. I set a parameter and I create an action however when I'm trying to add value in parameter "widget state" in not visible. Also when I click on the image it does not add to the value sections. Can anyone tell me what I'm doing wrong?
same here bro.have you slove the problem?
There is a problem they are asking me some default value etc whenever i want to connect the parameters to text field help me buddy
I would like to pass datatype to page please add this feature...
Thanks for the feedback. A work around could be to have an app state variable of type datatype.
@@FlutterFlow hello, yes thats what I'm doing for the moment ! Thanks !
Are you real?
In fact, I have never encountered a world like yours before. Thank you for responding
I appreciate every second of the clip
I am definitely real.
it's like dynamic pages from wix
thank you
If I want to collect multiple data from different pages and summarize into a final page how can I do, I tried but not working only collecting the data of the per final page. I try to play with what you mention in the video. Please help
Great question. For that you would need to store that data in an app state variable or in a backend because you can only pass data from one page to another.
@@FlutterFlow thanks yes i figured out yesterday by looking at other videos. Are you looking for ambassadors in France for your software?
How did you achieved it ?@@investwithstuph5887
you are amazing!
Thanks
I think you better use document reference.
I was excited to learn ff but this looks complicated 🤔
Flutterflow is difficult for newbies😢
Yes bro
Yea bro
It's made to make fronted easier for flutter developers