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
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
This was brilliant to get me started on flutter. Just one thing, when there is something in the search field and an item is added / deleted, this is not reflected in the results. I believe this is because the _runFilter has to be called again when these events are made. Is this the only was of handling this, or is any options better avaliale for filtering the list?
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:)
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❤❤❤❤
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.
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.
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
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
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
im japanese. So I am not proficient in English. But your video is very easy to understand! Thank you and I'll watch next.
bro you're good
Bro is good only cuz he is japanese?@@plkingori2013
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. :)
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
Thank you!
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.
very true, it's more reliable. But great tutorial definitely.
Thank you very much. I appreciate the act of including the link of source code in the description. This was my third learning app.
Thanks. I successfully completed my first flutter application.
Congrats from India
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
This was a simple but effective tutorial. Thank you.
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 .
Totally agree! I'm glad it was helpful.
do you know RN?
Thankyou brother, i completed it in 2 days
is it working still?
Thank you Sir! It's truly a good tutorial for me, I learned a lot from you!
Thanks bro. I am learning flutter, let me add storage now :) to have my personal todo app
Thanks you . This helps a lot for a complete beginner like me
Happy to help
Thank you so much, my uni project finished. :D. Greetings from Brazil!
thsnk you !a paert of the Search function the tutorial is cool a bit fast for a biginer
Thank you so much Pradip, you've got a subscriber
Very helpful man. Learnt a lot from here
Thank you @Pradip. this was a lovely tutorial.
Very amazing explaination dear. thank you
very awesome video sir. Very easily you have described all things.
Note: Please sir can you do it slowly for better understanding.
Very useful video. I learnt so much. Thank you!
Thanks ur way of teach is amazing
Все отлично и просто показано, у меня пошагово получилось
This was brilliant to get me started on flutter. Just one thing, when there is something in the search field and an item is added / deleted, this is not reflected in the results. I believe this is because the _runFilter has to be called again when these events are made.
Is this the only was of handling this, or is any options better avaliale for filtering the list?
Straight, simple and sort. Thanks.
great video.. but can you also show how to store the data on local storage :) new to this
Do you know how to store data
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:)
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❤❤❤❤
I think then you should add to this app local storage feature by writing Dart functionality code for it
Thank you!!! Great work✨
may you connect it with nodejs and mongodb?, i mean create a beginner tutorial on node and mongo please thanks...
wow very good thanks , 😊 🙏 ☺
Very interesting project and insightful, keep it up
Awesome video! Real easy to follow and really start grasping the power behind Flutter!
did you made that intro in blender or some 3d software?
Thank you! nice tutorial
hope you'll create some awesome Apps/projects also in the future just like that.
helpful💘
It was amazing thanks for the video 🎉
Thank you, man !! You're a very good person... Probably !
Thank you so much for the tutorial
Nice tutorial
Awesome video!
That's very nice, I hope you can integrate sqflite next project. Thank you. Keep it up.
That's so nice.. Do you have tutorial same as that with sqlite.
Very nice video from Pakistan.
Beautiful 😻
thank you 🙏
Nice sir
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.
Can you make an app which shows reservation form with date and time.
What's your first choice.? Flutter or React native
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
Absolutely
Is it a coincidence that you're using the same Cobalt2 theme by WesBos like me 😂
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.
did you solve this problem?
No, unfortunately I did not. I have experience incorporating FBDB into apps, but this one got me. @@ao24hd34
using leading and action in the AppBar worth it ?
hello how can ı update the list item .or change name if ı write wrong
Great tutorial! But can you please remove the 'code helper'? I cant read what you type :D
great video to the point and clear
thank you so much! flutter start with it!
Great work bro 👌
Good content
how can we store them in sharedprefence if we romove app from background then the created new item also show when we reopen
Thinks for your video❤
Thanks a lot 😊
Thanks, can You use flutter bloc pattern?
In this 2024 is it worth learning?
Thankx sir❤
nice video sir..
Thanks you Bro, but what about when click on add button where text field is empry!!!!!!!!!!!!!!!!!!!
Yes bro Mee to
Yeaaaahh
Me too
Pls tell me if u fixed it and also i will tell you if i fixed it
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
thank you very much
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
What about the dashboard part and the profile part?
sir can you build same app using backend laravel API
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
u da best
Hey I'm a windows user can you please tell me how to run this application
দাদা, react native এ আরেকটা প্রজেক্ট নিয়ে আসলে ভালো হয়।
Sir please also make video on react native video
is it possible to use this code to create app and publish it ??
How To Add Shared Prefernces In this project?
hi can you tell me how to add dark mode in it please
Please do a video for react native
good job
how do i use the wrap function?, I cant wrap my code.
hello sir please help me out what method i used in to _todoedit ??
have you work all of this with Database
Nice
Can you please share the theme of the VS code
which color theme is used here? answer plsss
Where i can find source code for better understand the logic
in home page for icon in title why are u use the row instead of drawer
nice video
Thanks
i give "TextDecoration.lineThrough" but the result there is no linethrough
Sir you didn't show concept of storage 😢.
Is it with firebase database
i could not do the search function ....
can u do one video on flutter CRUD operation with rest api .This i need urgently
an app FOR A SPORT SELECTUIB APP PLEASE
Thank you
how to add edit option
bruhhh is this really easy ?? looks like only i am dumb !! ..
i did't understand the final ,this. and all lol !!