Thanks, Buddy !! I am new to flutter and want to learn more about flutter and this video was really helpful for me. Your way of programming and explain is really awesome.
I also done this application actually I really appreciate you for share your valuve knowledge for everyone i really thankyou and keep it up continually.
Thank you very much, very clean and easy to understand video. one improvement is to make the submit button, to submit the data and navigate back to the todoList page and also refresh the list automatically,
sir i was watching so many video but i was 't able to clear understing , now your api playlist watched i can say i can do any api task thank for created , sir make also firebase playlist because your teching method so easy , i will be waiting for firebase playlist (auth, firestore , could message, stroge)
Im facing one error, 1. while entering new todo task when i go back to the todo list, the list becomes empty on its own or 2. sometimes when i refresh the whole todo list is gone 3. while entering more than one todo task, the task i added last is only displayed on the list and all the previous todo tasks are gone for example: i add item 1, item 2. by the time i submit item 2 and go back to todo list, item 1 is deleted/no longer there in the list . Please help me to clarify this doubt, Thank you!
Thanks for your sharing Sir !!! (hats off) I am new to flutter and want to learn more interesting about flutter. if you don't mind, can I have access to the source code?
*Asslam O Alaikum sir there is an api for sign up and login. I know that there are more apis like fake api this is just put url and set up for login but i want like real rest api where i make model and get token and so on.*
Hi, thank you for this. It really helped me a lot. Would it be possible if we will have a single class that will handle all the requests of different endpoints? Like a base controller that will automatically read the whole body of a request to make the code much shorter? And also can we have a base url so that we can call the endpoint like this .get('/todos') ?
I am glad you liked it and it helped you. It is possible to improve the code quality by implementing a baseurl, however, the primary focus of this video is to demonstrate CRUD operations in a simple manner and to emphasize the importance of writing readable code. I hope you understand this very well.
@@NitishKumarSingh Ofcourse I do! I have another question, about creating models and serialization. What is the purpose of that if you can just send the data to the api directly in a variable as an object and encode it as json? I mean whats the difference? What if I have lets say 30 fields in just one table in database, should I write all of the fields in a model class ? I'm just little confuse about creating models
Loved the video easy to understand... But am having some issues, 1. When I try to get back my data it doesn't return the full list rather each item appear separately. Each time I add a to do, it separates them. 2. I can't delete any of the items I added to my list
@@NitishKumarSingh i opened a new editor and managed to get it working, i think the problem had to do with me deleting the APIs in swagger after i had copied them. Thanks
Loved the video sir!! As a beginner I found it so helpful. Though I have one doubt. After adding a few tasks, when I come back on homepage, and refresh it, the list contains no items. Can you please guide, what is going wrong here? @Nitish Kumar SIngh
You are typing too fast without explaining, you are just reading what you are typing, no explanations, non beginner friendly. Wouldn't recommend this tutorial as a beginner friendly tutorial.
eh, this is phenomenal. your coding skill and speed is just so captivating bro.
Thanks, Buddy !! I am new to flutter and want to learn more about flutter and this video was really helpful for me. Your way of programming and explain is really awesome.
I also done this application actually I really appreciate you for share your valuve knowledge for everyone i really thankyou and keep it up continually.
Thank you very much, very clean and easy to understand video. one improvement is to make the submit button, to submit the data and navigate back to the todoList page and also refresh the list automatically,
Yes, you are right
Thank you very much. I needed this in order to understand how to interact with an API in Flutter
Your lessons really very useful, thanks a million
Concise tutorial and very well paced! Keep up the good work :)
sir i was watching so many video but i was 't able to clear understing , now your api playlist watched i can say i can do any api task thank for created , sir make also firebase playlist because your teching method so easy , i will be waiting for firebase playlist (auth, firestore , could message, stroge)
Nice Tutorial Nitish...Great thanks.
Thanks, Buddy !! This video was really helpful for me. Your way of programming is really awesome. Cheers !!
thank you bro
i am form UZBEKISTAN
Thanks, Excellent explanation and understandable
Thank you sir, you make flutter very easy for me. Thanks again sir. ❤
Thank you for this content. Keep it up. This is very helpful 👍🏻👌🏼
Glad it was helpful!
congratulations for the work, I am very grateful :)
great explanation! thanks for the tutorial.
Amazing tutorial video!
Terimakasih kasih banyak tutorialnya sangat membantu🙏
thanks man for this amazing toturial.
The Best..... Thank you so much for sharing.
Im facing one error,
1. while entering new todo task when i go back to the todo list, the list becomes empty on its own or
2. sometimes when i refresh the whole todo list is gone
3. while entering more than one todo task, the task i added last is only displayed on the list and all the previous todo tasks are gone
for example: i add item 1, item 2. by the time i submit item 2 and go back to todo list, item 1 is deleted/no longer there in the list .
Please help me to clarify this doubt, Thank you!
Clean work thank you
This is very helpful .
can you create one more tutorial of crud operation with API using riverpod
hey there i really admire your work can you please make a video on phone number authentication using post api i cant find a better video on it.
thank you so much , good work
Did you use any state management in this project?
wow! excellent! thanks!
Kindly provide a tutorial about CRUD with flutter provider state management rest APIS
Thanks and God Bless
Nice video I like it
Sir I finished but whenI extract apk file it won't work the functionalities
very helpful video
good thanks
wait next video pagination , thank you
Hi ..I'm in new flutter try building todo app following your video >: can't work the print option in ElevatedButton plz guide me...
I think you might be having some syntax error!
Thanks for your sharing Sir !!! (hats off)
I am new to flutter and want to learn more interesting about flutter.
if you don't mind, can I have access to the source code?
I have one problem, when i save new todo its return an error: InternalError: Expression evaluation in async frames is not supported.
Thank very much.
Hi Nitish, very nice video, can you please share the source code, thanks
Hello i was looking in your git repository there is a project called movies app is there any video available for it ..?
Have you find it code???
swagger ui ka post req me 400err bata rha hai plzz help
*Asslam O Alaikum sir there is an api for sign up and login. I know that there are more apis like fake api this is just put url and set up for login but i want like real rest api where i make model and get token and so on.*
can u pls uplod this project on github
I dont think there was a need to integrate an api for a todo app..we can directly use it with CRUD
how to add an image in this form and store it in the database
Will this API endpoint remain available for future also ?
Yees, still works
Does it have an api?
Hi, thank you for this. It really helped me a lot. Would it be possible if we will have a single class that will handle all the requests of different endpoints? Like a base controller that will automatically read the whole body of a request to make the code much shorter? And also can we have a base url so that we can call the endpoint like this .get('/todos') ?
I am glad you liked it and it helped you.
It is possible to improve the code quality by implementing a baseurl, however, the primary focus of this video is to demonstrate CRUD operations in a simple manner and to emphasize the importance of writing readable code. I hope you understand this very well.
@@NitishKumarSingh Ofcourse I do! I have another question, about creating models and serialization. What is the purpose of that if you can just send the data to the api directly in a variable as an object and encode it as json? I mean whats the difference? What if I have lets say 30 fields in just one table in database, should I write all of the fields in a model class ? I'm just little confuse about creating models
The list is not appearing on my todo page😢
j' ai cherchée sur votre github code source mais je ne l'ai trouvé pas svp pouvez vous me donnez lien
Loved the video easy to understand... But am having some issues, 1. When I try to get back my data it doesn't return the full list rather each item appear separately. Each time I add a to do, it separates them.
2. I can't delete any of the items I added to my list
I’m glad you like it.
1. What URL you use to all the data?
2. Are you using delete method to delete the item?
@@NitishKumarSingh i opened a new editor and managed to get it working, i think the problem had to do with me deleting the APIs in swagger after i had copied them. Thanks
Source code?!
Loved the video sir!! As a beginner I found it so helpful. Though I have one doubt. After adding a few tasks, when I come back on homepage, and refresh it, the list contains no items. Can you please guide, what is going wrong here?
@Nitish Kumar SIngh
Thanks
Please provide github link of this code.
theme vscode. Thank bro
nice
repo please
PATCH method ki API nhi h isme
@@Ritik-lv2gg PUT api is there for update
@@NitishKumarSingh Yes I know but You should also have included patch API
please give source code
Have you find it code????
Source code please
Pls send source code ☺️
You are typing too fast without explaining, you are just reading what you are typing, no explanations, non beginner friendly.
Wouldn't recommend this tutorial as a beginner friendly tutorial.
Thanks
nice