Building Completed Task Page | To Do App | FlutterFlow for Beginners

Поділитися
Вставка
  • Опубліковано 27 вер 2024
  • In this video we show you how to build the widget tree and logic for the for the Completed Task 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.

КОМЕНТАРІ • 36

  • @schlam9320
    @schlam9320 5 місяців тому +14

    Tasks not disappearing? Go to page Tasks > Select the List View > Backend Query > Edit, under 'Filters' Toggle OR to AND. This was recently added. By default it was and.
    If you would like a quick explanation. OR is similar to saying, as long as at least one of these are true. AND is saying everything must be true. The reason why the task was not being dismissed is because the user was still the reference user. So the task status did not matter.

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

    The sequence of this video is wrong. The Completed task upon clicking is showing task details. Whereas building the task detail page is in next tutorial. I kept thinking where did I go wrong, why am I not seeing the task detail page upon clicking on a task inside completed page.

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

    This is the best series that I have found on youtube. So easy to follow and covers a lot of different techniques.

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

    U are the best teacher ever

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

    I have done everything as per instructions in all last 12 videos. Its going good. thanks again for such todo tutorial. i am learning FF, there are things that are bit complex for my from Tech standpoint like: parameters, when to set and how and where all the options so on, but i understand Good things are not easy.

  • @LittleWondersTV-nl2hq
    @LittleWondersTV-nl2hq 3 місяці тому +1

    the toggle on option when it s checked it is not getting off in the task page, what should i need to do?

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

    can you explain the firestore rules for the task collection?

  • @rabeezley
    @rabeezley 6 місяців тому +4

    Awesome video series. It would be wonderful if you could do this same series with Supabase.

  • @izzulhaziq2006
    @izzulhaziq2006 5 місяців тому +1

    Hi sir, on the filters display I have "AND , OR" button but on the screen display sir there is none...
    Can you help me.? actually i really enjoyed it.

  • @PrinceSingh-z9v4i
    @PrinceSingh-z9v4i 6 місяців тому +3

    Where is going your date time fillter video, im searching for??

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

      We had to update it. Coming back soon!

    • @PrinceSingh-z9v4i
      @PrinceSingh-z9v4i 6 місяців тому

      @@FlutterFlow please sir, if possible launch fast, i really want to add on my app

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

      @@FlutterFlow I can't see the "Tasks Document" as on 05:57 wht do I do? :(

  • @mohamedhasan9758
    @mohamedhasan9758 13 днів тому

    will you post every videos in regional languages atleast popular languages like tamil

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

    I have a problem, all titles are checked when I start the test, when I uncheck it, and check it again, nothing happens. When I switch zu completed alls titles are checked, when I uncheck it, nothing happens. I think I have done everything like in the tutorial. Any ideas where the problem could be?

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

      I'm facing the same problem. Are you also having problem locating the "tasksDocument" as on 05:57?

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

      @@SihraCreative They seem to have changed the interface and introduced a toggle on / toggle off button in the ActionFlow, which was not in the video, also it was not shown that everything has to be implemented next to the Task page on the Completed page.

  • @PrinceSingh-z9v4i
    @PrinceSingh-z9v4i 6 місяців тому

    You hide your date time picker video, i want to add on my app, please reply where it is going

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

    I m loving this..

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

    Hi, in my case, by clicking on the checkbox, the task does not disappear but remains on the page.
    I've gone through the tutorial again, but I can't find where I'm going wrong.... 😅

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

      Hey david, i got stuck here as well but then realised I was trying to define the checkAction (under component properties) on the "tasks" page instead of the "completed" page. It works as expected now.

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

      @@gayatrisood5109 This is not my case, I went through the tutorial again but the result does not change. I will try again at another time. Thanks for your advice :)

    • @and.romanchuk
      @and.romanchuk 5 місяців тому +4

      Where the display filter is from the database, select AND, it is OR. This was added in an update not long ago, it is not in the video yet.

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

      @@and.romanchuk thanks you are right!

    • @SdD-vh7dp
      @SdD-vh7dp 4 місяці тому

      @@and.romanchuk You're stil right, and the video still hasn't been updated

  • @ck-dg3bc
    @ck-dg3bc 6 місяців тому

    I've been learning flutter flow almost 6 month but still can't understand algorithm, very very complicated

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

    man i lost my mind for 2 mins , until i realized that i haven't set the rule for the tasks collections correctly lol

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

    1st

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

    First off, thank you so much for being you! ))
    I was wondering if all your tutorials are available in text format in the FF community?

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

    Can you make a video that how to print the UI or how to convert the UI into image and then print the image

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

    it's still not working for me - on click, the task disappears for a half second then immediately reappears with an unchecked box. The 'completed' variables on the debugging panel don't change for the task I'm clicking nor the parameter. I've gone over and over this video and everything is exactly the same as he has it. I just can't see what the problem is. I already switched the filter to AND (actually caught this on the first go around). Cleared my cache, relogged in with a "user", nothing. Please help.

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

    if i uncheck it, how do i make it appear back on the task page?