Flutter ToDo App Tutorial for Beginners

preview_player
Показать описание
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.

► 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

Рекомендации по теме
Комментарии
Автор

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

mceijeq
Автор

im japanese. So I am not proficient in English. But your video is very easy to understand! Thank you and I'll watch next.

nifumafu
Автор

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. :)

s.bamahfoodh
Автор

Thank you very much. I appreciate the act of including the link of source code in the description. This was my third learning app.

vyking
Автор

Thank you so much, my uni project finished. :D. Greetings from Brazil!

ancapsolteiro
Автор

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 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

aremuoluwatobiloba
Автор

Thank you so much Pradip, you've got a subscriber

samirajput
Автор

This was a simple but effective tutorial. Thank you.

GaBoyInKy
Автор

Thanks bro. I am learning flutter, let me add storage now :) to have my personal todo app

barak_hub
Автор

Awesome video! Real easy to follow and really start grasping the power behind Flutter!

thiagobuenogarcia
Автор

Thank you Sir! It's truly a good tutorial for me, I learned a lot from you!

nickylim
Автор

Thank you @Pradip. this was a lovely tutorial.

reactv
Автор

Very useful video. I learnt so much. Thank you!

destroyer
Автор

Thanks. I successfully completed my first flutter application.

vefaaltntop
Автор

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.

bt_HridayAgrawal
Автор

Thank you, man !! You're a very good person... Probably ! <3

SuperCacazinho
Автор

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.

CryptoWealthyChannel
Автор

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

rujin_
Автор

may you connect it with nodejs and mongodb?, i mean create a beginner tutorial on node and mongo please thanks...

speedtnt
Автор

Very helpful man. Learnt a lot from here

Menzy