Flutter ToDo App Tutorial for Beginners

  Рет қаралды 206,631

Pradip Debnath

Pradip Debnath

Күн бұрын

In this tutorial, you'll learn how to create a simple ToDo app in Flutter. In this app, I have shown you how to add and delete new to-do items and search for existing to-do items from the list.
Flutter Widgets Explained Series Playlist • Flutter Widget Explained
→ Create Tic-Tac-Toe Game from Scratch in Flutter • Build Tic Tac Toe Game...
→ Onboarding Screen UI Tutorial with PageView • Page Slider Carousel i...
→ Google Map in Flutter • Google Map in Flutter ...
→ Chat App UI in Flutter Tutorial • Chat App UI Tutorial i...
→ Weather App UI in Flutter Tutorial • Weather App UI Tutoria...
► Timestamps
0:00 Introduction
1:54 Discussing Project Structure
3:06 Creating Custom AppBar
6:55 Creating Search Bar
10:00 Creating To-Do Items by Using ListTile
19:06 Create Add ToDo Item Section Using Stack Widget
23:03 Functionality to Mark a ToDo Item as Done or not
25:24 Functionality to Delete a ToDo Item
26:54 Functionality to Add New ToDo to the App
29:24 Functionality to Search ToDo Items
GitHub Repo Link bit.ly/3zun2Hg
If you found my tutorials helpful, you can buy me a coffee from this link paypal.me/itzpradip
Follow me on Twitter / itzpradip
Follow me on GitHub github.com/itzpradip
Subscribe to my Channel bit.ly/2PaUqOk
For more tutorials on WordPress, React JS, React Native and Flutter visit: www.pradipdebnath.com/blog/

Пікірлер: 131
@user-mc6ei6je5q
@user-mc6ei6je5q 25 күн бұрын
22:32 property "primary" to set the background color is deprecated now. Use "backgroundColor" instead. Change to: background color: tdBlue, foregroundColor: Colors.white, // because the color of the default icon has become gray I would also like to thank the author for providing good and detailed teaching
@nifumafu3682
@nifumafu3682 Жыл бұрын
im japanese. So I am not proficient in English. But your video is very easy to understand! Thank you and I'll watch next.
@plkingori2013
@plkingori2013 Ай бұрын
bro you're good
@s.bamahfoodh
@s.bamahfoodh 4 ай бұрын
thank you very much, this is my first Flutter app in my very first software engineer role as a Flutter developer. always will have a special place. :)
@vyking1972
@vyking1972 Жыл бұрын
Thank you very much. I appreciate the act of including the link of source code in the description. This was my third learning app.
@ancapsolteiro8595
@ancapsolteiro8595 7 ай бұрын
Thank you so much, my uni project finished. :D. Greetings from Brazil!
@aremuoluwatobiloba8181
@aremuoluwatobiloba8181 Жыл бұрын
thanks very much i have build my first app with flutter.... following your tutorial .... im a first timer in coding and aside little pixel bugs that i fixed using stackoverflow.... the tutorial was really helpful..... i wish you can make a video on how to create functions ... i mean those functions that you set state for .... i know you would grab all i have said
@samirajput9351
@samirajput9351 2 жыл бұрын
Thank you so much Pradip, you've got a subscriber
@GaBoyInKy
@GaBoyInKy 2 ай бұрын
This was a simple but effective tutorial. Thank you.
@barak_hub
@barak_hub 2 ай бұрын
Thanks bro. I am learning flutter, let me add storage now :) to have my personal todo app
@thiagobuenogarcia6095
@thiagobuenogarcia6095 11 ай бұрын
Awesome video! Real easy to follow and really start grasping the power behind Flutter!
@Skaxarrat
@Skaxarrat Жыл бұрын
Straight, simple and sort. Thanks.
@nickylim5204
@nickylim5204 Ай бұрын
Thank you Sir! It's truly a good tutorial for me, I learned a lot from you!
@reactv5697
@reactv5697 10 ай бұрын
Thank you @Pradip. this was a lovely tutorial.
@vefaaltntop9626
@vefaaltntop9626 2 ай бұрын
Thanks. I successfully completed my first flutter application.
@AnandhaKannan-xe5ke
@AnandhaKannan-xe5ke Ай бұрын
Congrats from India
@destroyer6679
@destroyer6679 10 ай бұрын
Very useful video. I learnt so much. Thank you!
@bt_HridayAgrawal
@bt_HridayAgrawal Жыл бұрын
Thank you for this tutorial! Really helped me a lot. Could you clarify one issue? Even when all the elements used are Stateless Widgets, why didn't the content in displayed on the screen change on Hot Reload when I edited the content returned in the ToDo list? I always had to Hot Restart to get the content on screen refreshed.
@Fatima_Mohammed989
@Fatima_Mohammed989 9 ай бұрын
Thank you!!! Great work✨
@SuperCacazinho
@SuperCacazinho Жыл бұрын
Thank you, man !! You're a very good person... Probably !
@CryptoWealthyChannel
@CryptoWealthyChannel Жыл бұрын
You can also use the ‘leading’ and ‘actions’ property for the appbar instead of creating a row for it. Thank you very much for the video.
@icoweb500
@icoweb500 8 ай бұрын
very true, it's more reliable. But great tutorial definitely.
@rujin_1762
@rujin_1762 Жыл бұрын
how do i save the state of the app even after the app is restarted because right now when the app is restated the values that we have changed in the list also restarts
@speedtnt7591
@speedtnt7591 Жыл бұрын
may you connect it with nodejs and mongodb?, i mean create a beginner tutorial on node and mongo please thanks...
@1Menzy
@1Menzy Ай бұрын
Very helpful man. Learnt a lot from here
@vianeyvargas7736
@vianeyvargas7736 Жыл бұрын
Thanks, can You use flutter bloc pattern?
@MAX-ox3xh
@MAX-ox3xh Жыл бұрын
That's very nice, I hope you can integrate sqflite next project. Thank you. Keep it up.
@alveezulfikhan
@alveezulfikhan Жыл бұрын
hello sir please help me out what method i used in to _todoedit ??
@naveedsolangi2280
@naveedsolangi2280 7 күн бұрын
using leading and action in the AppBar worth it ?
@fatihkarahan2986
@fatihkarahan2986 Жыл бұрын
Thank you! nice tutorial
@codinginflutter1234
@codinginflutter1234 Жыл бұрын
hope you'll create some awesome Apps/projects also in the future just like that. helpful💘
@user-dh9be1qo3y
@user-dh9be1qo3y 3 ай бұрын
how can we store them in sharedprefence if we romove app from background then the created new item also show when we reopen
@saidaydn5159
@saidaydn5159 Жыл бұрын
hello how can ı update the list item .or change name if ı write wrong
@eddina4426
@eddina4426 Жыл бұрын
how do i use the wrap function?, I cant wrap my code.
@vatsalsinha625
@vatsalsinha625 Жыл бұрын
hi can you tell me how to add dark mode in it please
@hinduscience108
@hinduscience108 2 ай бұрын
Thankyou brother, i completed it in 2 days
@clashwithfun75
@clashwithfun75 Ай бұрын
is it working still?
@florinlica4986
@florinlica4986 5 ай бұрын
thsnk you !a paert of the Search function the tutorial is cool a bit fast for a biginer
@thewebcreator2825
@thewebcreator2825 Жыл бұрын
What's your first choice.? Flutter or React native
@devorer77
@devorer77 2 жыл бұрын
Thank you! Really useful. I think all ract-native developers have to know flutter and can create flutter applications. It isn’t harder then RN .
@itzpradip
@itzpradip 2 жыл бұрын
Totally agree! I'm glad it was helpful.
@LearnfromGood
@LearnfromGood Жыл бұрын
do you know RN?
@Mark-nm9sm
@Mark-nm9sm Жыл бұрын
Very interesting project and insightful, keep it up
@noglory7957
@noglory7957 Жыл бұрын
Thanks you . This helps a lot for a complete beginner like me
@itzpradip
@itzpradip Жыл бұрын
Happy to help
@vishnuprabhakaran8278
@vishnuprabhakaran8278 Жыл бұрын
Can you please share the theme of the VS code
@ayoubkhan1500
@ayoubkhan1500 5 ай бұрын
Very amazing explaination dear. thank you
@user-ty1kq1ns9q
@user-ty1kq1ns9q 9 ай бұрын
which color theme is used here? answer plsss
@sameer.creates
@sameer.creates 5 ай бұрын
did you made that intro in blender or some 3d software?
@prabhneetsingh7485
@prabhneetsingh7485 10 ай бұрын
Awesome video!
@paisita92hd42
@paisita92hd42 Жыл бұрын
Thank you so much for the tutorial
@Astuces_Info
@Astuces_Info Жыл бұрын
is it possible to use this code to create app and publish it ??
@WinnerSingh
@WinnerSingh 6 ай бұрын
Can you make an app which shows reservation form with date and time.
@navrajkaur4141
@navrajkaur4141 11 ай бұрын
Thanks ur way of teach is amazing
@lizcodes123
@lizcodes123 11 ай бұрын
Beautiful 😻 thank you 🙏
@durgeshkolli63
@durgeshkolli63 2 жыл бұрын
Where i can find source code for better understand the logic
@buraxta_
@buraxta_ 10 ай бұрын
It was amazing thanks for the video 🎉
@johnmartin9329
@johnmartin9329 Жыл бұрын
have you work all of this with Database
@duniyatv3204
@duniyatv3204 2 ай бұрын
Thankx sir❤
@user-kt6fx1jy8e
@user-kt6fx1jy8e 4 ай бұрын
What about the dashboard part and the profile part?
@user-gg2if5yy8v
@user-gg2if5yy8v 4 ай бұрын
siris app k andr agr hum task add krty hain to vo app exit krny k baad delete ho jaty hain khud hi. main chahti hon k yeh task andr available rhy list main aur app ko exit krny k baad delete na ho khud plzzz reply
@studentoftezpuruniversitym564
@studentoftezpuruniversitym564 Жыл бұрын
sir can you build same app using backend laravel API
@devstoriespod
@devstoriespod Жыл бұрын
Great work bro 👌
@creationtechz7408
@creationtechz7408 Жыл бұрын
How To Add Shared Prefernces In this project?
@bipinbharti6540
@bipinbharti6540 9 ай бұрын
very awesome video sir. Very easily you have described all things. Note: Please sir can you do it slowly for better understanding.
@MAX-ox3xh
@MAX-ox3xh Жыл бұрын
That's so nice.. Do you have tutorial same as that with sqlite.
@muhendis_
@muhendis_ Ай бұрын
thank you very much
@Mohammed-m96
@Mohammed-m96 2 ай бұрын
Thinks for your video❤
@harshitsingh1174
@harshitsingh1174 Жыл бұрын
Hey I'm a windows user can you please tell me how to run this application
@hatimvasan6103
@hatimvasan6103 Жыл бұрын
Is it with firebase database
@kumailraza260
@kumailraza260 Жыл бұрын
Thanks a lot 😊
@Amjad_Sajjad329
@Amjad_Sajjad329 3 ай бұрын
Very nice video from Pakistan.
@therealhecker
@therealhecker 5 ай бұрын
how to add edit option
@MuhammadBilal-cq6tp
@MuhammadBilal-cq6tp Ай бұрын
Good content
@s4llman
@s4llman Жыл бұрын
i give "TextDecoration.lineThrough" but the result there is no linethrough
@florinlica4986
@florinlica4986 5 ай бұрын
i could not do the search function ....
@SandipJadhav-ic8fc
@SandipJadhav-ic8fc 23 күн бұрын
Все отлично и просто показано, у меня пошагово получилось
@Inline.development
@Inline.development 3 ай бұрын
in home page for icon in title why are u use the row instead of drawer
@scottturcotte3162
@scottturcotte3162 Жыл бұрын
Nice job, but how do we incorporate a Firebase Database into the list as opposed to a static list pulled from the model? I have the app writing the items to a Firebase DB that I created, but I can't get the app to read that data. I know it's because of the static list from the model but can't figure out next steps.
@ao24hd34
@ao24hd34 10 ай бұрын
did you solve this problem?
@scottturcotte3162
@scottturcotte3162 10 ай бұрын
No, unfortunately I did not. I have experience incorporating FBDB into apps, but this one got me. @@ao24hd34
@MaxProgramming
@MaxProgramming Жыл бұрын
Is it a coincidence that you're using the same Cobalt2 theme by WesBos like me 😂
@plkingori2013
@plkingori2013 Ай бұрын
an app FOR A SPORT SELECTUIB APP PLEASE
@emmaprofemx
@emmaprofemx Жыл бұрын
Excelent project , but you should do that the button do not add the item if the textField is null. But is an excellent project!! :D
@godgiver100
@godgiver100 7 ай бұрын
Absolutely
@2tahosan
@2tahosan Жыл бұрын
Nice sir
@gautambedi591
@gautambedi591 Жыл бұрын
Very nice tutorial however naming can be bit better as it create lots of confusion. In the middle there is so much todo going on it gets little bit hard to follow. Otherwise great effort mate:)
@mohamedmahmouddjeba
@mohamedmahmouddjeba 2 ай бұрын
Thanks
@user-xf1lp1rz4b
@user-xf1lp1rz4b 5 ай бұрын
Thank you
@raymans8244
@raymans8244 2 жыл бұрын
Please do a video for react native
@abrorshamuradov1572
@abrorshamuradov1572 Жыл бұрын
u da best
@dey-nohden4314
@dey-nohden4314 Ай бұрын
Nice
@memostartup281
@memostartup281 2 жыл бұрын
Sir please also make video on react native video
@kartikeyshukla4862
@kartikeyshukla4862 9 ай бұрын
nice video sir..
@groaxx
@groaxx Жыл бұрын
Great tutorial! But can you please remove the 'code helper'? I cant read what you type :D
@user-oi2zr2ir1j
@user-oi2zr2ir1j Жыл бұрын
good job
@heracy
@heracy Жыл бұрын
thank you so much! flutter start with it!
@SIT-IbiAfridi
@SIT-IbiAfridi Ай бұрын
firebase?
@smarttechinfo4512
@smarttechinfo4512 Жыл бұрын
দাদা, react native এ আরেকটা প্রজেক্ট নিয়ে আসলে ভালো হয়।
@TutulPortal
@TutulPortal Жыл бұрын
Great Tutorial Brother. I have created as same as you shown in the tutorial and that was pretty much fun for me. One more thing I want to say how can I store newly added item to a storage or something. Because whenever I will exit from my app this app will run from beginning. So that's the problem. Please let me know or suggest me any kind of video or reference to learn that. BTW, Thanks for sharing this kind of tutorial❤❤❤❤
@amrmusharrafa4914
@amrmusharrafa4914 Жыл бұрын
I think then you should add to this app local storage feature by writing Dart functionality code for it
@daysvi9187
@daysvi9187 Жыл бұрын
nice video
@soldieRplays
@soldieRplays 8 ай бұрын
great video.. but can you also show how to store the data on local storage :) new to this
@rushikeshpetkar7328
@rushikeshpetkar7328 7 ай бұрын
Do you know how to store data
@faisalfotoh1909
@faisalfotoh1909 Жыл бұрын
please add stateManageMent
@koustubhdave5359
@koustubhdave5359 6 ай бұрын
Sir you didn't show concept of storage 😢.
@3lisonckobby642
@3lisonckobby642 Жыл бұрын
add the edit bottom
@thedailyback-upreminder8049
@thedailyback-upreminder8049 2 ай бұрын
I get erorr
@MohammedKelani
@MohammedKelani Жыл бұрын
Thanks you Bro, but what about when click on add button where text field is empry!!!!!!!!!!!!!!!!!!!
@PRAKASH-tm6fs
@PRAKASH-tm6fs Жыл бұрын
Yes bro Mee to
@Islamicvideow2024
@Islamicvideow2024 Жыл бұрын
Yeaaaahh Me too Pls tell me if u fixed it and also i will tell you if i fixed it
@Islamicvideow2024
@Islamicvideow2024 Жыл бұрын
Bro i fixed it I write the textediting controler inside textfield of search bar but you have to write the controller inside the add item textfield I hope It helped
@kunal1274
@kunal1274 Жыл бұрын
can u do one video on flutter CRUD operation with rest api .This i need urgently
@Muzamilnizam7
@Muzamilnizam7 5 ай бұрын
great video to the point and clear
@steve_wojo3
@steve_wojo3 2 ай бұрын
Wow I am in Uganda and I wish you would send me your code and I follow up 😅
Build Tic Tac Toe Game in Flutter in 30 minutes from Scratch
30:55
Pradip Debnath
Рет қаралды 21 М.
Flutter Basics by a REAL Project
25:42
Flutter Guys
Рет қаралды 426 М.
THEY made a RAINBOW M&M 🤩😳 LeoNata family #shorts
00:49
LeoNata Family
Рет қаралды 42 МЛН
Nutella bro sis family Challenge 😋
00:31
Mr. Clabik
Рет қаралды 14 МЛН
路飞被小孩吓到了#海贼王#路飞
00:41
路飞与唐舞桐
Рет қаралды 77 МЛН
Flutter Basic Training - 12 Minute Bootcamp
12:09
Fireship
Рет қаралды 856 М.
Todo App using Rest API | CRUD App | Flutter English Tutorial
1:00:01
Nitish Kumar Singh
Рет қаралды 78 М.
How ChatGPT Built My App in Minutes 🤯
8:28
Website Learners
Рет қаралды 2,1 МЛН
Top 30 Flutter Tips and Tricks
6:50
Flutter Mapp
Рет қаралды 542 М.
Building Tasks Page | To Do App | FlutterFlow for Beginners
15:59
Flutter ToDo App Tutorial for Beginners - Apps From Scratch
33:12
Tech With Otabek
Рет қаралды 4,6 М.
Most overpowered way to build mobile apps?
8:33
Beyond Fireship
Рет қаралды 743 М.
How do I make my first Flutter app
10:38
Flutter
Рет қаралды 428 М.
THEY made a RAINBOW M&M 🤩😳 LeoNata family #shorts
00:49
LeoNata Family
Рет қаралды 42 МЛН