I have never saw this kind of teacher in my life before. I love the way he cover all the things like basics to advanced. Love you man Note: as a beginner these things can be your biggest headaches. so before working with real world applications watch this video again and again.
I think you just saved 5 people's graduation project. Thank you so much for your effort. Everything is simply and neatly explained. Keep up the great great work! Subbed for sure!!!
You need to make class model for it. in the model you should have fromJson method and then you once you received the data from the server, call json.decode(response.body) and then model.fromJson(decoded object). save it in a list
@@dbestechsorry if i wasn't clear in my question , my question was how can i access the List address with all the objects and display in ListView.builder, please help i'm stuck on this problem for so many hours now
Thanks for explaining I have a json form API when i pass a parameter to a obj i don't know what to passing I NEED TO MAKE POST IN FLUTTER Please help me ❤️
for posting data, you must create json format. You can do it manually as you pass it or you can create a function for it. Then pass the json to the http body proerty.
This video doesn't say a word about JSON, but only about maps. Maps are data structures, not a string that _describes_ a data structure, which is what JSON is. I need to get the data in and out of JSON.
I have never saw this kind of teacher in my life before. I love the way he cover all the things like basics to advanced.
Love you man
Note: as a beginner these things can be your biggest headaches. so before working with real world applications watch this video again and again.
Thank you Badal.
Finally a proper instructor on UA-cam
Thank you
I think you just saved 5 people's graduation project. Thank you so much for your effort. Everything is simply and neatly explained. Keep up the great great work! Subbed for sure!!!
Glad it helped!
notable works and your way of conveying his point of view are incredible. keep going boss.
Thanks, will do!
This is next level of Teaching. Will surely subscribe.
Thanks so much.
Appreciate your teaching skill. Hats off. Thanks from Bangladesh.
You are most welcome
The best channel, best professor ♥️♥️♥️
Wow, thanks
very nice way of teach ! Great job! from Brazil !
Thank you very much!
Finally a good explanation about that, thank you very much.
Glad it was helpful!
u r in another level in teaching
Thanks a ton
Sir, Thank you so much. I was trying to understand this topic since last week. You explain very well with easy examples. Thank you!
You are most welcome
sir, how can we display the List of all the objects in myAddress with ListView builder?
You need to make class model for it. in the model you should have fromJson method and then you once you received the data from the server, call json.decode(response.body) and then model.fromJson(decoded object). save it in a list
@@dbestechsorry if i wasn't clear in my question , my question was how can i access the List address with all the objects and display in ListView.builder, please help i'm stuck on this problem for so many hours now
I like his explaining style
Thanks for liking
You just saved me from getting out of Flutter. Thank you very much 🥰🥰🥰. Deserve to subscribe
Glad I could help!
Thanks for explaining
I have a json form API when i pass a parameter to a obj i don't know what to passing I NEED TO MAKE POST IN FLUTTER
Please help me ❤️
for posting data, you must create json format. You can do it manually as you pass it or you can create a function for it. Then pass the json to the http body proerty.
Great tutorial. Thank you SIR!
You are welcome!
Thank you for tutoials, can you tell me
How can i search in this type of json
If i want to search on address basis
nice detailed tutorial, it helps me alot
Glad it helped
YOU
ARE AN
AMAZING TEACHER! 👀✨
Please consider making videos on Flutter Internships, Interviews and Jobs if possible.
Thank you! Will do!
Great video!
Thanks!
amazing bro may Allah bless you.
Dart doesn't have utilities to convert JSON to objects ? I'm surprised you have to do it manually
It has some plugins to do it.
perfect👍✨️
Thank you, helped me a lot....
Glad it helped!
thank you so much brother.
Most welcome
effective tutorial
Thanks
thanks bro
Welcome
Hello sir, what is your current age, and how much time did it take to become a master in Dart & flutter? I want to know 🥰
Thanks for the highly appreciation. I been coding for on and off for the last 10 years. I have done some real world projects.
This video doesn't say a word about JSON, but only about maps. Maps are data structures, not a string that _describes_ a data structure, which is what JSON is. I need to get the data in and out of JSON.
Yes, but this video is to make the idea easy for beginners and showing the similarity between json and map. Which I said it in the video
@@dbestech: Have you read the title of your video?