Building Tasks Page | To Do App | FlutterFlow for Beginners

Поділитися
Вставка
  • Опубліковано 27 вер 2024
  • In this video we show you how to build the widget tree for the tasks page.
    Project File
    www.figma.com/...
    Ready to try FlutterFlow for yourself? Start building your app today with a free trial 👉 www.flutterflo...
    Follow us on Twitter 👉 / flutterflow
    --------------
    FlutterFlow is a low-code builder for native apps, bringing design and development into one tool. With drag-and-drop functionality, you can build pixel-perfect UIs and easily connect your app to live data via Firebase or APIs. Plus, you can add advanced features like push notifications, payments, animations, and more. Whether you build your own custom widgets or write custom code, FlutterFlow makes it easy to bring your app ideas to life.

КОМЕНТАРІ • 30

  • @davidesoncin2399
    @davidesoncin2399 6 місяців тому

    Finally a proper tutorial. Explained very well and the steps are smooth and complete. Thank you :)

  • @ElyasMS
    @ElyasMS 6 місяців тому +8

    thank you for this tutorial. by the way there is section in this tutorial that has done twice 13:20 is second time of same action. let me know if I'm mistaken

    • @angryyoungman4389
      @angryyoungman4389 2 місяці тому

      I also think the same, I thought I was doing it again and again

  • @jiujitsu2654
    @jiujitsu2654 6 місяців тому

    A lifesaver, literally... so much useful info in such a short time period, grateful!

  • @ColorsAcross
    @ColorsAcross 5 місяців тому +6

    I would prefer the parameter method because it retrieves data from Firebase precisely as needed (extracting only the required data from the entire record). When using parameters, we send a request for specific data, which enhances efficiency. In contrast, the whole Document method retrieves the entire document from Firebase, which might include, for example, 20 columns of data, even though we may only need to work with 5 of them. This approach seems inefficient. However, I acknowledge that the Document method is easier to set up compared to the parameter method.
    PS: I am watching this particular video over and over to grasp the parameters setup, binding, retrieval , i mean whole thing. its great.

    • @ОльгаМалаховская-б3м
      @ОльгаМалаховская-б3м 5 місяців тому +1

      thank you, your comment helped me understand better

    • @ColorsAcross
      @ColorsAcross 4 місяці тому

      @@ОльгаМалаховская-б3м thanku so much

    • @RR-et6zp
      @RR-et6zp 2 місяці тому +1

      with the reference right? this is true, however the to do item is one item, with not many fields, and the userbase is small, you can just pass the whole document in this case

  • @fossdronefoto
    @fossdronefoto Місяць тому

    So, I was able to create the Component Parameter for "completed", and binding it, but I cannot find "completed" in the filter list in the Query-menu. What am I missing here? 😩

  • @leeosub1647
    @leeosub1647 6 місяців тому +1

    For some reason, I don't see FAB in the current version. Did you guys take it out?

    • @PrinceSingh-z9v4i
      @PrinceSingh-z9v4i 5 місяців тому +4

      go on the page button on the widget tree, and then try, if you try on child widget its not show

  • @AndyAndromedaArt
    @AndyAndromedaArt 4 місяці тому +1

    not sure i see the point in doing all the figma work. listing all the atomic elements seems completely unnecessary especially since you occasionally change the columns and rows for the elements in the final version.

  • @AnimeAuraArtistry1
    @AnimeAuraArtistry1 5 місяців тому

    I followed every single step you done from first video till now. But i did not get Tasks in collection in Query Collection.
    so i tried to make a tasks collection and then its there but the options are way different. Help me out , thanks

    • @jonalexander3937
      @jonalexander3937 5 місяців тому

      Go back to video 5 and add a collection of tasks, then make a doc reference to users from tasks

  • @itsmeoguzhan
    @itsmeoguzhan 6 місяців тому

    thank u, thank u, thank u...

  • @vishalmangukiya9349
    @vishalmangukiya9349 6 місяців тому

    Thanks

  • @waynify
    @waynify 6 місяців тому

    Great

  • @donrawatjantarumporn6669
    @donrawatjantarumporn6669 5 місяців тому

    I could not Pass the Task info into the dynamic component

    • @jonalexander3937
      @jonalexander3937 5 місяців тому

      Were you able to filter correctly? Is the tasks collection setup in firebase with ref to user collection?

  • @mateusz.mirkowski
    @mateusz.mirkowski 5 місяців тому

    Passing whole model to component is not good practice, because you pass many unnecessary things there. What you done in first place is a bit more time consuming, but better.

  • @blogtriggers1054
    @blogtriggers1054 6 місяців тому +3

    Hello Flutterflow team can you please make an complete tutorial on how to make an admin panel in mobile application with firebase integration like in that show total number of users total number of posts particular user details etc...
    Please make an tutorial because there is less video on UA-cam that help us make an admin panel with firebase integration 🙏🏻

    • @kaganharputlu3642
      @kaganharputlu3642 6 місяців тому +1

      I agree with you on this matter. For example: There is a significant deficiency in a News application built with Flutterflow, where there is no tutorial video available on how to input new content through the Firebase Admin panel. This is indeed a major shortfall. A tutorial video demonstrating how to input new content actively managed through an admin panel would truly meet the needs of many.

  • @vishalmangukiya9349
    @vishalmangukiya9349 6 місяців тому +2

    Can you make a complete video for API calling?

  • @rishabhyadav481
    @rishabhyadav481 2 місяці тому

    Did you made "tasks" as subcollection? and what are the fields that you used in this "tasks" collection?

  • @koosdeklerk1174
    @koosdeklerk1174 3 місяці тому

    my component wont bind

  • @079_vikashrajpurohit9
    @079_vikashrajpurohit9 5 місяців тому

    Never ever has such quality of teaching, absolutely mind-blowing. 🤩🤩🤩🤩🤩🤩🤩🤩🤩

  • @fayyumshaikh-u8m
    @fayyumshaikh-u8m 6 місяців тому

    HELLO FF TEAM PLEASE RESPOND TO THIS MESSAGE
    I Have been requesting to make video on Genarating Serial Numbering for the Task created e:g- let say for TODO app user added a new task then with each new task it should have serial number assigned to it like in increament way (e.g - 1,2,3,4,5,6), So for user it is identifiable which task has what sequence number
    PLEASE MAKE VIDEO ON IT I AM REQUESTING FOR SO MANY DAYS😢😢

  • @Statsjk
    @Statsjk 6 місяців тому

    Revenue cat tutorial please... atleast update the documentation

  • @tweetsavage
    @tweetsavage 6 місяців тому

    @flutterflow please I am a having issue downloading my app code. I am on flutterflow standard package but I am unable to test,, run, download my app. Thanks