Тёмный

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

FlutterFlow
Подписаться 76 тыс.
Просмотров 6 тыс.
50% 1

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/file/vOkCE880DS...
Ready to try FlutterFlow for yourself? Start building your app today with a free trial 👉 www.flutterflow.com
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.

Наука

Опубликовано:

 

25 мар 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 32   
@schlam9320
@schlam9320 2 месяца назад
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.
@latterhouseapostolicminist8114
@latterhouseapostolicminist8114 27 дней назад
Thank you very much, now my tasks disappear.
@ItsRaleighKendrick
@ItsRaleighKendrick 24 дня назад
Thanks! I was going back through and couldn't find what I missed. Glad I saw your comment here!
@LittleWondersTV-nl2hq
@LittleWondersTV-nl2hq 20 дней назад
Thank You
@rabeezley
@rabeezley 3 месяца назад
Awesome video series. It would be wonderful if you could do this same series with Supabase.
@ColorsAcross
@ColorsAcross 2 месяца назад
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.
@skb875
@skb875 3 месяца назад
This is the best series that I have found on youtube. So easy to follow and covers a lot of different techniques.
@alanmax2025
@alanmax2025 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?
@aditisinha7682
@aditisinha7682 3 месяца назад
I m loving this..
@LittleWondersTV-nl2hq
@LittleWondersTV-nl2hq 20 дней назад
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 3 месяца назад
can you explain the firestore rules for the task collection?
@nanithota8954
@nanithota8954 3 месяца назад
Can you make a video that how to print the UI or how to convert the UI into image and then print the image
@izzulhaziq2006
@izzulhaziq2006 2 месяца назад
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.
@LeahShim
@LeahShim Месяц назад
if i uncheck it, how do i make it appear back on the task page?
@ProNoobDev
@ProNoobDev 2 месяца назад
man i lost my mind for 2 mins , until i realized that i haven't set the rule for the tasks collections correctly lol
@user-hs2ih7pk3b
@user-hs2ih7pk3b 3 месяца назад
Where is going your date time fillter video, im searching for??
@FlutterFlow
@FlutterFlow 3 месяца назад
We had to update it. Coming back soon!
@user-hs2ih7pk3b
@user-hs2ih7pk3b 3 месяца назад
@@FlutterFlow please sir, if possible launch fast, i really want to add on my app
@SihraCreative
@SihraCreative Месяц назад
@@FlutterFlow I can't see the "Tasks Document" as on 05:57 wht do I do? :(
@christopherjeckl6580
@christopherjeckl6580 Месяц назад
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 Месяц назад
I'm facing the same problem. Are you also having problem locating the "tasksDocument" as on 05:57?
@christopherjeckl6580
@christopherjeckl6580 Месяц назад
@@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.
@user-hs2ih7pk3b
@user-hs2ih7pk3b 3 месяца назад
You hide your date time picker video, i want to add on my app, please reply where it is going
@sftwer
@sftwer Месяц назад
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.
@ck-dg3bc
@ck-dg3bc 3 месяца назад
I've been learning flutter flow almost 6 month but still can't understand algorithm, very very complicated
@lawrencebenibo618
@lawrencebenibo618 3 месяца назад
1st
@davidesoncin2399
@davidesoncin2399 3 месяца назад
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 3 месяца назад
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 3 месяца назад
@@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 2 месяца назад
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 2 месяца назад
@@and.romanchuk thanks you are right!
@SdD-vh7dp
@SdD-vh7dp Месяц назад
@@and.romanchuk You're stil right, and the video still hasn't been updated
Далее
How to Build a MOBILE App in Bubble! - Bubble Tutorial
15:02
3M❤️ #thankyou #shorts
00:16
Просмотров 5 млн
Docker Crash Course #5 - The Dockerfile
15:03
Просмотров 109 тыс.
How to Set Up @Supabase Authentication in FlutterFlow
16:05
Custom Code | FlutterFlow University
13:21
Просмотров 19 тыс.