Passing Data Between Pages (Parameters) | FlutterFlow University

Поделиться
HTML-код
  • Опубликовано: 21 ноя 2024

Комментарии • 63

  • @uc-elroczy7880
    @uc-elroczy7880 9 месяцев назад +18

    Who ever this is. The voice and how short the video is, makes it really easy to comprehend. Thank You!!!!!

  • @AlfaRomeoFox
    @AlfaRomeoFox 8 месяцев назад +9

    Please keep making thiese videos.... with this person!... this and he, is a key success element for flutterflow

  • @gspassky
    @gspassky 3 месяца назад +3

    This man is the best tutor in the Universe ❤

  • @airhead2741
    @airhead2741 Год назад +9

    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.

    • @TradleJournal
      @TradleJournal 11 месяцев назад

      Im struggling to find videos on the cross referenced databases/subcollections as well. Any luck on your side?

  • @yassineabid5369
    @yassineabid5369 Год назад +7

    Thank you so much for this video! PLEASE KEEP POSTING THIS TYPE OF VIDEOS!

  • @thefraternity-gamestudio6580
    @thefraternity-gamestudio6580 Год назад +1

    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 :)

  • @alieshkal1175
    @alieshkal1175 Год назад +5

    good explanation, when passing data, what’s the different between passing documents or passing document from reference please?

  • @hmcustomthreads2460
    @hmcustomthreads2460 10 месяцев назад

    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?

  • @thomassteinbrecher5226
    @thomassteinbrecher5226 6 месяцев назад

    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?

  • @MikeOraboni
    @MikeOraboni 15 дней назад

    BRO I WAS LOOKING FOR THIS ANSWER FOR WEEKS

  • @mahazirwagiman3874
    @mahazirwagiman3874 Год назад +1

    Could you please show to do this pass data between page (parameters) with supabase?

  • @acs2777
    @acs2777 Год назад

    Thanks for your video .
    Can you show something that helps with subscription and memberships ?

  • @daviihh1367
    @daviihh1367 2 месяца назад

    you are the best!! your video helped me a lot!!

  • @robinsola1115
    @robinsola1115 Год назад

    Great stuff, so that pretty much removes the need from passing the doc ref and then do a query using the ref?

  • @DeepakSharma-yn8sm
    @DeepakSharma-yn8sm 10 месяцев назад

    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 :)

  • @J-the-Rod
    @J-the-Rod 7 месяцев назад

    Does this apply to passing data between a bottom sheet popup component and to the google map widget??

  • @helium829
    @helium829 4 месяца назад +2

    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😭🙏

    • @Bryanbkk
      @Bryanbkk 2 месяца назад

      Yeah, stuck with the default param value on page 2. Must be missing something.

  • @albertng9850
    @albertng9850 Год назад

    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

  • @afroniumstudios
    @afroniumstudios Год назад +2

    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

    • @jay-jay5899
      @jay-jay5899 Год назад +1

      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.

  • @NanoAndro
    @NanoAndro 4 месяца назад

    Useful content without doubt. Thx a lot!!!!

  • @ryanmillar447
    @ryanmillar447 2 месяца назад

    Please show how to do this with Supabase

  • @anastounsi14
    @anastounsi14 Год назад +1

    wish we have more animation curves, like out expo

  • @gmangdevone575
    @gmangdevone575 5 месяцев назад

    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?

  • @developerzull
    @developerzull 10 месяцев назад

    Very good tutorial.

  • @PrimeAM-qw4jq
    @PrimeAM-qw4jq Год назад

    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

  • @Bryanbkk
    @Bryanbkk 2 месяца назад

    Could not duplicate this in FlutterFlow v4.1.89 with preview, but it does work if you build the app.

    • @clvanliew
      @clvanliew 2 месяца назад

      Having the same problem. I'm not able to access the documents after the parameter is built.

    • @Bryanbkk
      @Bryanbkk 2 месяца назад

      @@clvanliew did you build the app rather than preview?

  • @rodrigovidal6071
    @rodrigovidal6071 Год назад

    Can you pass a countdown in motion from page to page?

  • @billbobjoylegit3884
    @billbobjoylegit3884 Год назад +1

    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?

  • @investwithstuph5887
    @investwithstuph5887 Год назад

    I love your app by the way. Just started

  • @unclesam007
    @unclesam007 2 месяца назад

    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?

  • @justinchang3573
    @justinchang3573 8 месяцев назад

    How do you pass custom data types between pages?

  • @yazeed9003
    @yazeed9003 Год назад

    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

  • @cjfranca2004
    @cjfranca2004 Год назад

    I need help for understand the steep by steep, how to create a marketplace. Can help me, please ?

  • @fombakonneh3242
    @fombakonneh3242 Год назад

    Great, thanks Flutterflow

  • @pabloriva8490
    @pabloriva8490 9 месяцев назад

    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?

    • @nextyou14813
      @nextyou14813 9 месяцев назад

      same here bro.have you slove the problem?

  • @The_Clear_Historian
    @The_Clear_Historian 8 дней назад

    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

  • @_tartofraise
    @_tartofraise Год назад +1

    I would like to pass datatype to page please add this feature...

    • @FlutterFlow
      @FlutterFlow  Год назад +2

      Thanks for the feedback. A work around could be to have an app state variable of type datatype.

    • @_tartofraise
      @_tartofraise Год назад +2

      @@FlutterFlow hello, yes thats what I'm doing for the moment ! Thanks !

  • @ibrahimfanan5987
    @ibrahimfanan5987 Год назад

    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

  • @filmsthetics
    @filmsthetics 10 месяцев назад

    it's like dynamic pages from wix

  • @shmang1485
    @shmang1485 Год назад

    thank you

  • @investwithstuph5887
    @investwithstuph5887 Год назад

    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

    • @FlutterFlow
      @FlutterFlow  Год назад

      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.

    • @investwithstuph5887
      @investwithstuph5887 Год назад

      @@FlutterFlow thanks yes i figured out yesterday by looking at other videos. Are you looking for ambassadors in France for your software?

    • @salemalbadal1745
      @salemalbadal1745 Год назад

      How did you achieved it ?@@investwithstuph5887

  • @onedayapp3534
    @onedayapp3534 Год назад

    you are amazing!

  • @erik-fisher
    @erik-fisher 4 месяца назад

    I think you better use document reference.

  • @gileeo
    @gileeo 10 месяцев назад

    I was excited to learn ff but this looks complicated 🤔

  • @Moayad123
    @Moayad123 5 месяцев назад +3

    Flutterflow is difficult for newbies😢

    • @mp44boy74
      @mp44boy74 5 месяцев назад +1

      Yes bro

    • @Aishwarya__gowda
      @Aishwarya__gowda 4 месяца назад

      Yea bro

    • @el-even-11
      @el-even-11 Месяц назад

      It's made to make fronted easier for flutter developers