Passing Data from a one page to another page in Flutterflow.

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 พ.ย. 2024

ความคิดเห็น • 43

  • @BriqueStudios
    @BriqueStudios 4 หลายเดือนก่อน +1

    These are videos and concepts that need to be updated every year. Also document reference causes my app to not work every time.

  • @SuperJamesw14
    @SuperJamesw14 ปีที่แล้ว +1

    Thank you! Was trying to figure this out for a while.

  • @MirrorNeuron
    @MirrorNeuron ปีที่แล้ว +8

    Actual details starts at @3:15

  • @playground8015
    @playground8015 2 ปีที่แล้ว +1

    Thanks a lot. This tutorial is good starting point for me for understand the order to pass some datas

  • @maalinlaha
    @maalinlaha 2 ปีที่แล้ว +6

    This is really not a tutorial, its some guy messing around only one approach, what if i want to populate data from category to pageview, i can't just create screens for all categories, i have this problem for about a month and i checked the docs, tuts, and contact directly tp you guys, non of thos helps please

  • @wheres_bears1378
    @wheres_bears1378 2 ปีที่แล้ว +6

    Slowdown, you explain this like your showing someone that’s already working in the project with you

  • @ermanozkaya
    @ermanozkaya 2 ปีที่แล้ว

    Nice tutorial. Worked for me in the first try. Thank you

  • @BriqueStudios
    @BriqueStudios 4 หลายเดือนก่อน

    Can you do one for passing data for the job posts? Like when a post is created how to pass the data to the user’s profile or other pages?

  • @Organicnz2
    @Organicnz2 3 ปีที่แล้ว

    Awesome, it works now flawlessly. Thank you very much :)

  • @BriqueStudios
    @BriqueStudios 4 หลายเดือนก่อน

    Can you do one for categories like art, diy, cars help etc? Like this is good tho but I’m not doing users.

  • @TheMotaungs
    @TheMotaungs ปีที่แล้ว +1

    I can't find recordreference

  • @TheCebulon
    @TheCebulon ปีที่แล้ว +3

    4 minutes to start explaining whats said in the caption! Then using one minute yo explain it.

  • @fulufhelomadaja3652
    @fulufhelomadaja3652 2 ปีที่แล้ว

    I wanna do this for the news app I’m working on in flutterflow need to learn how I’ll display the articles in list view and when you click it shows actual article

  • @JosueHerrera021
    @JosueHerrera021 2 ปีที่แล้ว

    Awesome! thanks!

  • @stryfegamingonline7583
    @stryfegamingonline7583 ปีที่แล้ว

    what happens if for example a field in the users collection was a reference? Lets say the users collection had a "groups" field that referenced a "groups" collection as a list. So the users could join different groups on the app. How do you adjust this setup to not get a Null Backend Query error on the "candidate details" page?

  • @samirnasrofficial
    @samirnasrofficial 2 ปีที่แล้ว

    I am having an error when I try to set parameters on the second page:
    "Existing Param not properly Set"
    I tried a lot fixing it but i am not able to move forward.
    Any recommendations?

  • @iamlexor8136
    @iamlexor8136 2 ปีที่แล้ว +3

    This could have been so much easier to explain and show inside app
    Flutterflow UI is shiny and Dribbbleish but UX is a mess, compared to Adalos perfect UX. But Flutterflow is bulkier and has more options and is more complex than Adalo. You guys should think of rehiring whoever designed this.
    - The wording is all wrong for the targeted audience
    - You guys have way to many filled main CTA buttons that arent main CTA next to each other
    - Not to mention lack of synergy between database screen and document screen (why have add parameter in just one place for ex,)
    - So many overlooked minor flaws, that can be easily fixed.
    - Next time invest more m in UX and less in Dribbble design

  • @mmmnaufal19
    @mmmnaufal19 ปีที่แล้ว

    is candidatedetails a subcollection, a collection, or a field? More details please

  • @jaceashish
    @jaceashish 2 ปีที่แล้ว

    Is it possible to store data locally and pass it from one page to another without using firebase?

  • @fantic4166
    @fantic4166 2 ปีที่แล้ว

    How would you create it soo a certain user can see one thing based on their name or authentication

  • @에드가의해외선물일지
    @에드가의해외선물일지 ปีที่แล้ว

    Is that true in the free version?

  • @2alamrosas
    @2alamrosas 2 ปีที่แล้ว

    how to load the next or back document in the same page

  • @teodorchirileanu
    @teodorchirileanu 3 ปีที่แล้ว

    Awesome, this helps

  • @vikassable3468
    @vikassable3468 ปีที่แล้ว

    please create video to show how to pass datatable data to another page in flutterflow

  • @dqx888
    @dqx888 3 ปีที่แล้ว +5

    This tutorial sucks. I've been working with passing data between pages and what is hard to know is when to pass a reference, when to pas a document etc. None of this is explained in the tutorial and there are no docs to find more detail. In reality you will hit a wall many times before you are able to pass across data. put more time on creating useful documentation that will help people find out the way to do it by themselves rather than trying to show everything is effortless. Even no code takes time and effort.

    • @FlutterFlow
      @FlutterFlow  3 ปีที่แล้ว

      Hey Jose, we will post another tutorial on passing records -- I'm the designer on the team & my dev team told me how easy it is to pass a record instead. We'll try to touch on the difference and when to apply each. Thanks for your support.

    • @thefleming1830
      @thefleming1830 3 ปีที่แล้ว +2

      @@FlutterFlow Hey, could you make a video on how to pass data from a page to another page while the data is stored in different collections? I assume the data u are using here is stored in 1 collection in firestore. Is that how we should structure our database? 1 collection with documents and then subcollections inside the main collection with documents or is it possible to have several main collections with documents and have it pass data to different pages by using references inside the database? Help on this would be greatly appreciated.

    • @siphongwenya2236
      @siphongwenya2236 2 ปีที่แล้ว

      @@FlutterFlow Is is possible to pass data from a bottom sheet component back to originating view? e.g. Main form view > open bottomsheet menu > initial file upload from menu options > pass on the file upload ref back to the main view?

  • @robbiesands166
    @robbiesands166 3 ปีที่แล้ว +9

    Flutter flow needs to remember this is an app builder, its market isn't back-end devs its people who want to easily build apps. Please explain in more detail next time. Like when populating data, how are you grabbing bio from users? I can only grab info from login creation. I want to have my users add info to their profiles after account creation like bio age, etc. How do we add this new data and then call it here in list view? Huge steps skipped here. Much love for FF, I want you guys to succeed so listen to customers!

    • @FlutterFlow
      @FlutterFlow  3 ปีที่แล้ว +4

      Hey Robbie!! Great question -- you can watch this tutorial on how to add additional data to a user profile: th-cam.com/video/UyxkeHMNTKE/w-d-xo.html
      You can then call it in any record or record reference referring to that collection.

    • @robbiesands166
      @robbiesands166 3 ปีที่แล้ว +1

      @@FlutterFlow Thanks :)

    • @osangufritzel2180
      @osangufritzel2180 3 ปีที่แล้ว

      I buy what Robbie is saying because i am a technical beginner but i have been learning to use FF to quickly build two feature finance app prototype to test the idea in the market. FF please make more video to help people like us, i am thinking it is for people like me you are making getting an app for business easy not really for developers who can work from scratch

    • @chicob79
      @chicob79 ปีที่แล้ว +1

      +1 on the comment and admiration for FF but room for improvement in the instruction aspect. If the audience for this are non-programmers, try to empathise by placing yourself in a non-techie shoes by explaining the assumptions, when the app is shown running, i.e. list items are now dynamically generated from a database/document/reference, etc.

    • @donbull4804
      @donbull4804 ปีที่แล้ว

      Robbie, I've just come to this obstacle in my development. Have you had any progress with this?

  • @shynsky
    @shynsky 2 ปีที่แล้ว +4

    Good approach to teach but outcome it's really confusing. First viewers should be presented with the problem, then db schema, then UI and how to connect all the dots together. On top of that it would be great to get some alternatives or explanation of chosen path. FlutterFlow is a great piece of software and probably will only get better but it seriously needs some one source of truth when it comes to documentation/knowledge. Last thing (I'm trying with constructive feedback here): please mind the tongue articulations - these audibles can be annoying and it would be a waste because you have calm voice which has nice vibe to it.
    Keep up the good work and give us one source of truth with step-by-step examples and we'll all be happy :)

  • @frostops2882
    @frostops2882 2 ปีที่แล้ว

    Sorry how do i change the images

  • @maginixx
    @maginixx 2 ปีที่แล้ว

    Please show how infinite scroll as you the API data country 100 for example, if every 3 records show, when you pull to the end, the data in the column, all had to load more 30 what already gives 60 , and each time that you load more automatically and dynamically incrementing until you give the 100 total records that come from the json API listed, I at flutterflow so far have not put a function that does this automatically, and this feature is extremely important, crucial for those who have many records coming in the api and wants to load everything in the app inside a listview or wrap column, as if it is pulling the pagination little by little but with auto increment in the column called scroll au increment, I don't know how to work with code and I chose to pay and use flutterflow for being a non-excellent option, but now we don't provide this fun that is very important and we need more, urgently please if there is any way to help ask what to help, because I'm crashing 1 me s in my app I can't solve this I have many no json banks I wanted to bring it little by little and on a screen as if it were all the data per record divided by pages because there are many, but I'm not trying to do it because the platform doesn't give that option , help me answer.
    OBS: the name of the system I'm talking about is: Increment content in Column from API On pull To refresh
    we need auto Increment content in Column from API On pull To refresh, automatic , this tool still doesn't have it when you create the query chidrens in the column passing the content, please help we need this I can't finish my project I want to sign the plan but no I can even finish this, I need to bring the API records that come per page are 30 on each page, I don't know how to work with code, I don't have time for that, and I need to finish my project to be able to pay the plan and download my code, for Please could you implement this au increment tool as the person pulls the scroll to the end and the query increments the amount of record you want to appear until giving the final record value returned by the API in json. please help paste this function, we are waiting, until then I will wait to be able to change my plan from free to premium. thanks !!
    if you need help, just tell me and I'll pay you to put a tool already ready in that part that when you click on On Pull to refresh, it updates the api data, with auto increment updating the data by pagination according to the amount of record chosen by the developer in the tool part > (Generating Children from Variable) in "Max Items" if you put every 10, for example from the json API, of 50 it would load 10 records 5 times each time the user scrolls to the end the records listed within the list view or Wrap column, all automatically, without having to change code or anything like that, if you need help with this I pay for it because it costs a lot to finish my project, and I depend on this, thank you and until later I stay in I wait !

  • @luisalvareztorrez6385
    @luisalvareztorrez6385 2 ปีที่แล้ว

    Actualicen sus videoooooooos

  • @inzimamali
    @inzimamali ปีที่แล้ว

    instead of repeating the same process at the beginning that how you did it why you gyz don't start from scratch .

  • @chilrl7425
    @chilrl7425 ปีที่แล้ว

    145 million is a decent salary... You should remove the 'K'

  • @Marc-cn6nd
    @Marc-cn6nd ปีที่แล้ว

    Very poorly explained. Try again with the older guy who speaks more clearly and teaches better. Thank you!

  • @BriqueStudios
    @BriqueStudios 4 หลายเดือนก่อน +1

    There is no record reference on mine