Building Tasks Page | To Do App | FlutterFlow for Beginners

  Рет қаралды 20,180

FlutterFlow

FlutterFlow

Күн бұрын

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.

Пікірлер: 38
@ElyasMS
@ElyasMS 10 ай бұрын
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 6 ай бұрын
I also think the same, I thought I was doing it again and again
@davidesoncin2399
@davidesoncin2399 10 ай бұрын
Finally a proper tutorial. Explained very well and the steps are smooth and complete. Thank you :)
@jiujitsu2654
@jiujitsu2654 10 ай бұрын
A lifesaver, literally... so much useful info in such a short time period, grateful!
@ColorsAcross
@ColorsAcross 9 ай бұрын
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м 9 ай бұрын
thank you, your comment helped me understand better
@ColorsAcross
@ColorsAcross 8 ай бұрын
@@ОльгаМалаховская-б3м thanku so much
@RR-et6zp
@RR-et6zp 6 ай бұрын
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
@079_vikashrajpurohit9
@079_vikashrajpurohit9 9 ай бұрын
Never ever has such quality of teaching, absolutely mind-blowing. 🤩🤩🤩🤩🤩🤩🤩🤩🤩
@vishalmangukiya9349
@vishalmangukiya9349 10 ай бұрын
Can you make a complete video for API calling?
@gotagreatidea
@gotagreatidea 3 ай бұрын
Isn't the filter at 12:00 front-end - so a user would be able to access all tasks if they hacked the app?
@cesarsfalcao
@cesarsfalcao Ай бұрын
Finally, I learned how to fix the annoying "shrink wrap" error message.
@blogtriggers1054
@blogtriggers1054 10 ай бұрын
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 KZbin that help us make an admin panel with firebase integration 🙏🏻
@kaganharputlu3642
@kaganharputlu3642 10 ай бұрын
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.
@rishabhyadav481
@rishabhyadav481 6 ай бұрын
Did you made "tasks" as subcollection? and what are the fields that you used in this "tasks" collection?
@leeosub1647
@leeosub1647 10 ай бұрын
For some reason, I don't see FAB in the current version. Did you guys take it out?
@PrinceSingh-z9v4i
@PrinceSingh-z9v4i 9 ай бұрын
go on the page button on the widget tree, and then try, if you try on child widget its not show
@cesarsfalcao
@cesarsfalcao Ай бұрын
Why was the container converted into a component?
@arundhaj
@arundhaj Ай бұрын
So that to reuse the same component on both the completed and incomplete page
@choneybunch103
@choneybunch103 2 ай бұрын
Mine doesn't have a bracket when I bind them 😢
@cesarsfalcao
@cesarsfalcao Ай бұрын
Please now do the same video but using Supabase for the database.
@fossdronefoto
@fossdronefoto 5 ай бұрын
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? 😩
@SimonPedersen1
@SimonPedersen1 3 ай бұрын
It seems there is a difference between "component parameters" and "local component state variables" - and you might have added a local component state variable for the checkbox. If you look at the very top of the parameters list, you will see "
@AnimeAuraArtistry1
@AnimeAuraArtistry1 9 ай бұрын
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 9 ай бұрын
Go back to video 5 and add a collection of tasks, then make a doc reference to users from tasks
@koosdeklerk1174
@koosdeklerk1174 7 ай бұрын
my component wont bind
@AndyAndromedaArt
@AndyAndromedaArt 8 ай бұрын
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.
@donrawatjantarumporn6669
@donrawatjantarumporn6669 9 ай бұрын
I could not Pass the Task info into the dynamic component
@jonalexander3937
@jonalexander3937 9 ай бұрын
Were you able to filter correctly? Is the tasks collection setup in firebase with ref to user collection?
@itsmeoguzhan
@itsmeoguzhan 10 ай бұрын
thank u, thank u, thank u...
@vishalmangukiya9349
@vishalmangukiya9349 10 ай бұрын
Thanks
@bobmat
@bobmat 3 ай бұрын
Why don't you bind the data a third time...
@Statsjk
@Statsjk 10 ай бұрын
Revenue cat tutorial please... atleast update the documentation
@waynify
@waynify 10 ай бұрын
Great
@fayyumshaikh-u8m
@fayyumshaikh-u8m 10 ай бұрын
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😢😢
@mateusz.mirkowski
@mateusz.mirkowski 9 ай бұрын
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.
@tweetsavage
@tweetsavage 10 ай бұрын
@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
Onboarding Actions | To Do App | FlutterFlow for Beginners
6:47
FlutterFlow
Рет қаралды 15 М.
黑天使被操控了#short #angel #clown
00:40
Super Beauty team
Рет қаралды 61 МЛН
We Attempted The Impossible 😱
00:54
Topper Guild
Рет қаралды 56 МЛН
Auth Page Design | To Do App | FlutterFlow for Beginners
18:31
FlutterFlow
Рет қаралды 27 М.
Auth Page Logic | To Do App | FlutterFlow for Beginners
19:27
FlutterFlow
Рет қаралды 36 М.
SwiftUI Masterclass: Build To Do List App
2:42:49
iOS Academy
Рет қаралды 147 М.
FlutterFlow Tip #2: Custom Select Options in FlutterFlow
7:27
Kaleo Design x NoCodeUI FlutterFlow Training
Рет қаралды 1,2 М.
Figma Structure & Import | To Do App | FlutterFlow for Beginners
10:47
Building an App from Scratch with Bolt.new (Full Beginners Guide)
16:03
Brock Mesarich | AI for Non Techies
Рет қаралды 21 М.
Building Task Logic | To Do App | FlutterFlow for Beginners
11:48
A New Drag And Drop Library For EVERY Framework
16:02
Theo - t3․gg
Рет қаралды 180 М.
黑天使被操控了#short #angel #clown
00:40
Super Beauty team
Рет қаралды 61 МЛН