just the thought of having a complete course of about 27 hours for free shows your zeal to help as many people as possible to learn flutter. thanks for your time, effort and contribution to helping people become better versions of their self. hoping for the part 2 soon.
Just got to know this channel few days ago and I can surely say "You have done well" not only because you posted videos but also because you posted relevant and real-world project... Thanks, looking forward to the second part of this video...
I was totally new in flutter! I had finally completed this 12 hours tutorial today and able to build my own e-commerce flutter project halfway! I will moving forward to learn in part 2 to complete my entire project ! Million thanks for your effort ! ❤❤
Completed 4.3 hours from this 12 hours of course in 2 days. I'm just loving this course. Thank you. And also waiting for the part two eagerly! Thank you once again.
just a tip for dimensions class, you can just create a multiply factor = screen heght/ your phone dimensions, and multiply it by the original value... it's faster and easier, BTW amazing video
Just saw this chennal few days ago and I was worried about my fyp . This is amazing and am relaxed and happily working on it . Thanks for the help . May Allah bless you
Hi dbestech, Greeting from Indonesia, I came from nowhere programming language, I am just started learning dart and flutter, follow along with your tutorial just kind of fun learning process, you've made a complicated code became much easier and more fun to be followed, big thank's for your great effort.
Awesome.. I am a iOS developer and wanted to get into flutter. I have followed so may tutorial for UI in flutter but never grasped it properly. This is by far the best UI tutorial I have seen and understood the concept. Thanks a lot for this amazing guide. I would definitely contribute in Paypal (you totally deserve it) and also would purchase the paid courses in future.
ভাই আপনি Boss, আপনার সব ভিডিও এত সুন্দার, বলার বাহিরে। আমি অনেক ভিডিও দেখছি, কিন্তু আপনার মত এত গুছিয়ে, সুন্দার করে কেউ শিখাতে পারে না। অনেক অনেক ধন্যবাদ ভাইয়া।
Love this! Very clear and easy to follow along, even in most complex parts. The pacing is just right, informative and relaxing in some way. You are a legend Sir, you got a very deserved donation and Patreon subscription :)
Just compleated Part 1 of the tutorial and enjoyed every bit of it, The coding style is very straight-forward and easy to follow, Thank you for creating this type of epic content, it is a masterpiece flutter tutorial which covers from Beginner to Pro level on internet, the instructor is also very kind and gentle with an abundance of knowledge, looking forword to follow eatch & every tutorials with keen interest .
How or where did you get the endpoint because in the video he just opens postman with it already in it and json file alfresco there,I am unable to load data from server 6:27:50
wa'alaikum salaam, sir you are really a gem, in this busy life no one can provide such an informative tutorial like yours, without any price, I appreciate your efforts, also for content quality! keep it up man!
This tutorial really proved its titlw in my case. I started by watching this video and I even didn't complete 8 hour. I have switched two company in last 10 months. This is probably my first comment on youtube.Thanks dbestech.Assalamu Alaikum.
I really appreciate your flutter lecture. It helps me a lot for understanding flutter. BTW, I think there may be a missing point in 'Create ApiClient file session (time lap about 5:20:00). I think 'token' should be initialized. I got a error message 'Late Initialization Error: Field 'token' has not been initialized.' when I run this. After I added token =' '; in ApiClient class then it has been no problem.
Thank you for the comment. Yes, the token should have been initialized early. We did that later. You can find the solution here www.dbestech.com/tutorials/flutter-e-commerce-template
Thanks Kevin. I got stuck on that last night and still was this mng. Then I remembered that before begin this tutorial, I'd gone through comments and along the way, people kept mentioning issues they got and solutions. So I looked through again and found yours. And ta da...
Brother, I am really unable to thank you and describe my feeling about this great work and the most wonderful effort. Really, with all my heart, thank you for this very beautiful content. Greetings to you, thank Allah for your presence. May Allah bless your time, health, and increase your knowledge.💖👏👌
Such a great effort from you, dbestech... you're such a genius for putting this course together. Below are some features I'd like to request: 1. Variable Food products size (small, medium and large) 2. Multiple Image upload for product details screen (carousel) 3. Social Accounts sign in and forgot password Can you please include these feature sir? Cus I will be subscribing with you on Patreon.
Thank you Ademoye, Your suggestions are great. Actually they should be included in an complete app. But for me, it's one man job. I am also overloaded with many other projects. I will try to include them(I can't gaurantee)). Maybe in third part.
Thank you so much it was so helpful! Can you teach us how to make our own domain like the one you used in the video so we all were able to access your database?? For example right now everything we did on laravel we can only access it locally, I need to publish it to the public.. 🙏🏻🙏🏻
Salam from Malaysia, Nice tutorial on flutter..btw just want to ask about this apps is only for customer side right, how about the admin and rider side..are you going to make these tutorial in the future?..
I am facing error while login in laravel admin, I have used the code which is in this tutorial from github but when I try to login using admin username and admin password as shown in this tutorial, I am redirected to server error 500 page. I am really exhausted while trying to find solutions as I don't know any bit about php laravel but I just want the apis to complete this project else I won't be able to complete it. PLEASE guide me what should I do?
Hello there thank u for this amazing tutorial , in 2:17 when you are making the Height Dynamic , I thought of this solution but I am not sure if there would be any problem. like this : static double heightCalc (int pixels) { double x = screenHeight/pixels; return screenHeight/x; } and call this function wherever I want to give a height , then make const variables to have all the heights needed in one place like at the top of the dart file : //the height const double pageViewContainer = 220; //The calculate height for each device _height = heightCalc (pageViewContainer); its a shame the hot reload dose not apply the changes and a hot restart is required. I am coding along with u , its awesome , thank u
hello, dear. thx for this course!! but I really need your help, please. at 6:47:30 I don't see "got product". I don't know why, I'm newbie. I read the comments where they wrote about laravel. do i need to install it? will this help me?😢
@@dbestech Thanks you for your reply. However, I regret to say your solution didn't work in my android studio emulator. I debugged my code and recognized 'statusCode' is not 200. Your additional help will be highly appreciated. (I changed https to http also, but not worked.)
been around a month in just the First Part of the Three Parts Lol and still going even though i invest alot of time on flutter.. but i was completely begginer in the first and now i believe i'm kind of inter-mediate level! Even though i 've stopped the tutorial for while and started learning other stuff like state managment!.. But thanks Man for the tutorials!
Very helpful tutorial. I need some help I am stuck, I am not able to get response from get (APIClient) url is correct and internet permissions are added in android manifest but still not getting response from the URL. Thanks in advance !
@@dbestech I have the same error Getx instance has been created and initialized but it doesn't print the got products and he doesn't show errors in console
I'm at 6:42:50 and there in the #popular_product_controller at the last we use the update method but in my case its telling me to create that function or method and I'm a little bit confused from there could you guide me a little bit on that I'll be much appreciable.😊
error: The method 'update' isn't defined for the type 'PopularProductController'. (undefined_method at [food_delivery] lib\controllers\popular_product_controller.dart:17) i don't know about your facebook page
@@dbestech This is the error error: The method 'update' isn't defined for the type 'PopularProductController'. (undefined_method at [food_delivery] lib\controllers\popular_product_controller.dart:17) please guide me as soon as u can i am really stuck
@@ahsanraza5199 Hey Raza, I had the same issue but I was able to resolve it by upgrading my Get dependency to get: ^4.6.4 in the pubspec.yaml because 4.6.4 has backward compatibility with flutter version 2
Hello. This is a great tutorial I've been following, I am currently making a similar E Commerce App, but not for food. Anyway if I may ask, how to do the database at around 6:27:57 ??? Your response will be much appreciated!
I am not sure about your question. The json response is coming from the backend api call. I covered that in part two. Can you put a more specific question?
@@dbestech I have studied your process, I guess you've used Laravel? but have you shown how to do it in your future videos? edit: haven't read your reply well... Anyway I will see it on part 2 thanks a lot.
for the people who are starting this project on a later date, i would recommend to move to middle of Part 2 when this video starts to use the API, go to Part 2 and then set up the back-end with laravel and then comeback to this part 1. currently the APIs used in this video doen not work.
Hello everyone, if you want to follow part 3, watch tutorial ruclips.net/video/HCUZ91NVnaM/видео.html. It's about google map integration in the app for user location. You should watch and familiarize yourself with Generating API keys otherwise you won't be able to follow part 3.
I think that this is one of the best courses that I have seen. Thank you very much. you were very kind in giving the information. too easy to understand. Thank you very much.
I'm from Brazil, I've only watched 3 hours so far and it's the best video on RUclips. besides learning dart i can improve my english. congratulations "mano"
Thank you so much for this video. I have been building an ecommerce food order and delivery app. I have been stuck on the login/sign up backend using bloc cubit architecture. Thank you so much for this tutorial. I am sure it will help me so much.
Hey while making the stack container responsive why didn't you use screen width for calculations? (For left and right margin padding) For width also u used screen height, the time stamp is aroung 2:29:34 for ur reference
Would like to see some Chinese solutions in some of your tutorials, for example, Wechat/Alipay, Chinese map services ie amap/baidu map, wechat official account/mini app and so on... and so on... Awesome job on these awesome tutorials! ⭐
Good suggestions though.But implementing those chinese features require a lot of work. And most of them are full hassles. Chinese features need a lot of verifications from there and here.
hello sir I am new beginner in flutter I am going to learn from your channel so much Excited Thanks 🥰 so step by step part 1 to part 7 I need to Follow.
finally, I finished the 12hr courses. But I am also getting confused about the controller, as the arguments pass and when need to be initialized. But also thanks for your contribution, it is very useful for a newbie like me
Assalamualaikum Warahmatullahi Wabarakatuh, this tutorial is amazing, very helpful, you are super genius person thank you dbestech,kind a lot spirit todo this tuturial. for all those who are having trouble with the API Postman , maybe you can please skip to 7:27:28 , hopefully it helps and solve your problem. always healthy and success for you dbestech
this is actually a god tier tutorial but im using windows and i feel like ill be lost in many ways even if i follow this tutorial step by step, for some reason i think this is more fucos on mac OS. anyways like i said this is a GOD TIER tutorial so ill give this a thumbs up and a sub. 👍
7:27:25 great tutorial👍 My only problem is that the request resource can’t be found or is unavailable. (API) Everything is working just that the page keeps loading instead of showing the popular and recommended page details
@@OguzOlgunDev are you using the same endpoint the when use print it will print but with me its not printing I added // Handle non-200 status code print("API request failed with status code: ${response.statusCode}"); } to see the error and this was the error
Invalid argument(s): No host specified in URI /api/v1/products/popular/api/v1/products/popular com.example.foodie I no food product com.example.foodie I Invalid argument(s): No host specified in URI /api/v1/products/popular/api/v1/products/recommended com.example.foodie I no food product recommended this is the error I have been getting so far and I am stuck there and its driving me nuts.
Bravo..... The best of the BEST teacher I have ever seen. Keep it up sir. Those who start FLUTTER really needs you including me. In short "You are really a life saver". Regards
for anyone that having dots item count error like must be superior than zero or disappearing slider or anything like that started on 7:05:00 onwards, fix it by going to model file, then in the if checking inside Product.fromJson method, change from json['products'].forEach to (json['products'] as List).forEach. hope it cope ur error
just the thought of having a complete course of about 27 hours for free shows your zeal to help as many people as possible to learn flutter. thanks for your time, effort and contribution to helping people become better versions of their self. hoping for the part 2 soon.
Thank you
@@dbestech Hi sir, Can you please Make it in React native?? Same tutorial??? Pleaseeeee
Heyyy I am getting an error at 6:41:37 can you please help me
@@manavrajthakor8175 have you managed to fix the base_url and endpoint issue?
@@muntasirmahmudsaif6239 can you send me the source code of part 1?
Just got to know this channel few days ago and I can surely say "You have done well" not only because you posted videos but also because you posted relevant and real-world project... Thanks, looking forward to the second part of this video...
Glad you like them! thank you
I was totally new in flutter! I had finally completed this 12 hours tutorial today and able to build my own e-commerce flutter project halfway! I will moving forward to learn in part 2 to complete my entire project ! Million thanks for your effort ! ❤❤
Great job!
Can we connect pls, I’m in same shoe as you
hey are we allow to use his endpoint or how to do make our own? thanks
@@josephkennedy3200 have you found any solution?
well done
Completed 4.3 hours from this 12 hours of course in 2 days. I'm just loving this course. Thank you. And also waiting for the part two eagerly! Thank you once again.
Great to hear!
@@dbestech Which backend will be used? Firebase or any other ?
Heyyy I am getting an error at 6:41:38 can you help me
@@manavrajthakor8175 what's the error?
can you send me the source code of part one ?
just a tip for dimensions class, you can just create a multiply factor = screen heght/ your phone dimensions, and multiply it by the original value... it's faster and easier, BTW amazing video
Just saw this chennal few days ago and I was worried about my fyp . This is amazing and am relaxed and happily working on it . Thanks for the help . May Allah bless you
Welcome! like and share
As a tutorial from Bangladeshi, that's amazing to see how we've updated too much on IT Sector. BTW this tutorial is lit🔥🔥
Thanks a ton
@@dbestech Bro can you give us those images you used in this video?
We really want Apps like this to master flutter
Thanks for this buddy✨✨✨
My pleasure 😊
I haven't started but I am already impressed. 12hrsss??
Great job
Hi dbestech,
Greeting from Indonesia, I came from nowhere programming language, I am just started learning dart and flutter, follow along with your tutorial just kind of fun learning process, you've made a complicated code became much easier and more fun to be followed, big thank's for your great effort.
Welcome!. Thanks for following me.
Awesome.. I am a iOS developer and wanted to get into flutter. I have followed so may tutorial for UI in flutter but never grasped it properly. This is by far the best UI tutorial I have seen and understood the concept. Thanks a lot for this amazing guide. I would definitely contribute in Paypal (you totally deserve it) and also would purchase the paid courses in future.
Glad I could help!
ভাই আপনি Boss,
আপনার সব ভিডিও এত সুন্দার, বলার বাহিরে। আমি অনেক ভিডিও দেখছি, কিন্তু আপনার মত এত গুছিয়ে, সুন্দার করে কেউ শিখাতে পারে না।
অনেক অনেক ধন্যবাদ ভাইয়া।
Yes bro, thank you. Pls share my channel with others if possible so that more people can be benefited with this.
Love this! Very clear and easy to follow along, even in most complex parts. The pacing is just right, informative and relaxing in some way. You are a legend Sir, you got a very deserved donation and Patreon subscription :)
Thank you so much
Just compleated Part 1 of the tutorial and enjoyed every bit of it, The coding style is very straight-forward and easy to follow, Thank you for creating this type of epic content, it is a masterpiece flutter tutorial which covers from Beginner to Pro level on internet, the instructor is also very kind and gentle with an abundance of knowledge, looking forword to follow eatch & every tutorials with keen interest .
Thanks for a nice comment. Will continue to create content like this
Please how did you solve the parameter issue..... PupolarFood(pageId:int.parse(pageId.toString())); throwing null error please
@@otebiyigbenga1293 hey.. did u solve the issue?? Im facing the same
Could you share the source code the tutorial
Just finished the first part. Thanks, man, you're a true hero. Thanks for the explanation and the time that you spent making this.
y encouraged me alot
Most welcome. Like and share
@@dbestech can i get source code
How or where did you get the endpoint because in the video he just opens postman with it already in it and json file alfresco there,I am unable to load data from server 6:27:50
Thanks man, not all heroes wear capes. I have learnt a lot from this video more than I learnt from 2 flutter courses I bought from Udemy.
Glad I could help!
Hey Smith are you sure you did the server part(after 6hr:30min) and the laravel things are completely fine. Because I'm stuck at that part so....?
@@DeepakKumar-lf1me I did the server part , there was no issue, can u explain what's the issue so i could help .
@@DeepakKumar-lf1me its ssl issue replace https with http
With the help of veido can I complete the aap or source code is necessary
Damn 12 hours of video just for part 1. you really are amazing. Thank you soo much.
You are welcome
I never knew i could snap responsiveness like thanos. thanks to you. This video deserves a grammy!!!!!!!
Glad I could help
wa'alaikum salaam, sir you are really a gem, in this busy life no one can provide such an informative tutorial like yours, without any price, I appreciate your efforts, also for content quality! keep it up man!
So nice of you
Wow! Such a hard work put in. Another video for sure to hit over a million views. Thanx
Wow, thank you!
This tutorial really proved its titlw in my case. I started by watching this video and I even didn't complete 8 hour. I have switched two company in last 10 months. This is probably my first comment on youtube.Thanks dbestech.Assalamu Alaikum.
I really appreciate your flutter lecture. It helps me a lot for understanding flutter.
BTW, I think there may be a missing point in 'Create ApiClient file session (time lap about 5:20:00).
I think 'token' should be initialized. I got a error message 'Late Initialization Error: Field 'token' has not been initialized.' when I run this. After I added token =' '; in ApiClient class then it has been no problem.
Thank you for the comment. Yes, the token should have been initialized early. We did that later. You can find the solution here www.dbestech.com/tutorials/flutter-e-commerce-template
Thanks for this comment, I just got stuck at this point.
@@ritiksaxenaofficial solove it ?
Thanks Kevin. I got stuck on that last night and still was this mng. Then I remembered that before begin this tutorial, I'd gone through comments and along the way, people kept mentioning issues they got and solutions. So I looked through again and found yours. And ta da...
Thanks man :)
Excellent work, it looks amazing to see some people out there traynna helps other to learn, many thanks to you.
Much appreciated
CHokran !! Hamdou'Allah there is a people like you in this world !!!!! Many Thanks sir.
So nice of you
Excellent tutorial, pretty much helpfull and eagerly waiting for the next part....Hatsoff to your hardwork..
Thanks a ton
Brother, I am really unable to thank you and describe my feeling about this great work and the most wonderful effort. Really, with all my heart, thank you for this very beautiful content. Greetings to you, thank Allah for your presence. May Allah bless your time, health, and increase your knowledge.💖👏👌
Thank you
Hey can you share the source code of part 1 please
Am very happy to see a humble person like you for flutter
Thank you sir keep the good work
So nice of you
Please we need the part2 and thank you very much such a great tutorials 😊💙
Coming soon!
Such a great effort from you, dbestech... you're such a genius for putting this course together.
Below are some features I'd like to request:
1. Variable Food products size (small, medium and large)
2. Multiple Image upload for product details screen (carousel)
3. Social Accounts sign in and forgot password
Can you please include these feature sir? Cus I will be subscribing with you on Patreon.
Thank you Ademoye, Your suggestions are great. Actually they should be included in an complete app. But for me, it's one man job. I am also overloaded with many other projects. I will try to include them(I can't gaurantee)). Maybe in third part.
@@dbestech All right sir, thanks for your honest reply.
Those features are just so in vogue right now.
Hoping you'd try in getting it done
And you are my favourite❤ utuber for flutter development videos. Love from INDIA
Thanks. Love from Shanghai.
@@dbestech 💓
Second part is coming on Wednesday China time 10-11 am.
We really appreciate it ❤️❤️ good luck
thank you sir for your awesome work
is it released? I do not see the second part of the series
Thank you very much. I can see the dedication and effort put into this course clearly. You are a legend Sir🙌
Got my first job with this exact video thank you very much. God bless you.
Wow. We are blessed
Thank you so much it was so helpful!
Can you teach us how to make our own domain like the one you used in the video so we all were able to access your database??
For example right now everything we did on laravel we can only access it locally, I need to publish it to the public..
🙏🏻🙏🏻
Sure thing!
Salam from Malaysia,
Nice tutorial on flutter..btw just want to ask about this apps is only for customer side right, how about the admin and rider side..are you going to make these tutorial in the future?..
my man has colors memorized down to the hex code.... man's a genius >.
Thank you.
Many thanks man. How can we reward you for your time and effort ? You are the best of the best teacher I have ever seen. Keep it up.
Wow, thank you!. Pls share the channel with others.
is this project with php backend or firebase???
I am facing error while login in laravel admin, I have used the code which is in this tutorial from github but when I try to login using admin username and admin password as shown in this tutorial, I am redirected to server error 500 page. I am really exhausted while trying to find solutions as I don't know any bit about php laravel but I just want the apis to complete this project else I won't be able to complete it.
PLEASE guide me what should I do?
Hello there thank u for this amazing tutorial , in 2:17 when you are making the Height Dynamic , I thought of this solution but I am not sure if there would be any problem. like this :
static double heightCalc (int pixels)
{
double x = screenHeight/pixels;
return screenHeight/x;
}
and call this function wherever I want to give a height , then make const variables to have all the heights needed in one place like at the top of the dart file :
//the height
const double pageViewContainer = 220;
//The calculate height for each device
_height = heightCalc (pageViewContainer);
its a shame the hot reload dose not apply the changes and a hot restart is required. I am coding along with u , its awesome , thank u
Yes, thanks for the comment and share.
Exactly
Who says long videos are Boring ? Nicely explained ,Thanks.!!
Thanks
Great tutorial, very informative. Thanks you are awesome. Wanted to check which backend framework and language being used?
Laravel.
Laravel framework
hello, dear. thx for this course!! but I really need your help, please. at 6:47:30 I don't see "got product". I don't know why, I'm newbie. I read the comments where they wrote about laravel. do i need to install it? will this help me?😢
No problem, here you can find the solution www.dbestech.com/tutorials/flutter-food-delivery-e-commerce-app-documentation#id_3. It happens on android.
@@dbestech Thanks you for your reply. However, I regret to say your solution didn't work in my android studio emulator. I debugged my code and recognized 'statusCode' is not 200. Your additional help will be highly appreciated. (I changed https to http also, but not worked.)
been around a month in just the First Part of the Three Parts Lol and still going even though i invest alot of time on flutter.. but i was completely begginer in the first and now i believe i'm kind of inter-mediate level! Even though i 've stopped the tutorial for while and started learning other stuff like state managment!.. But thanks Man for the tutorials!
Very helpful tutorial. I need some help I am stuck, I am not able to get response from get (APIClient) url is correct and internet permissions are added in android manifest but still not getting response from the URL. Thanks in advance !
did you try with postman? When you say not getting response what do you mean? What error do you get?
@@dbestech I have the same error Getx instance has been created and initialized but it doesn't print the got products and he doesn't show errors in console
@@dbestechHi, i have the same problem. My application is not reading data from API. The instances were created correctly.
Same issue here
@@AskiA_13_41were you able to figure it out,am now stuck here as well 😭
I'm at 6:42:50 and there in the #popular_product_controller at the last we use the update method but in my case its telling me to create that function or method and I'm a little bit confused from there could you guide me a little bit on that
I'll be much appreciable.😊
what's the exact error? pls post on facebook group
error: The method 'update' isn't defined for the type 'PopularProductController'. (undefined_method at [food_delivery] lib\controllers\popular_product_controller.dart:17)
i don't know about your facebook page
@@dbestech This is the error
error: The method 'update' isn't defined for the type 'PopularProductController'. (undefined_method at [food_delivery] lib\controllers\popular_product_controller.dart:17)
please guide me as soon as u can i am really stuck
@@ahsanraza5199 Hey Raza, I had the same issue but I was able to resolve it by upgrading my Get dependency to get: ^4.6.4 in the pubspec.yaml because 4.6.4 has backward compatibility with flutter version 2
"Assalam Alaikum" you are Muslim, I'm proud of that.
You explain in detail many things that I was asking about, Thank you very much.
Alaikum assalum. Yes. I am a muslim. Glad you liked it.
Hello. This is a great tutorial I've been following, I am currently making a similar E Commerce App, but not for food. Anyway if I may ask, how to do the database at around 6:27:57 ??? Your response will be much appreciated!
I am not sure about your question. The json response is coming from the backend api call. I covered that in part two. Can you put a more specific question?
@@dbestech I have studied your process, I guess you've used Laravel? but have you shown how to do it in your future videos?
edit: haven't read your reply well... Anyway I will see it on part 2 thanks a lot.
I have more questions so I'm planning to become a patron instead.
@@kennywalterdiolola2290 welcome then
for the people who are starting this project on a later date, i would recommend to move to middle of Part 2 when this video starts to use the API, go to Part 2 and then set up the back-end with laravel and then comeback to this part 1.
currently the APIs used in this video doen not work.
can you add a patreon so at least we can contribute and give u somthing back
Thank you, you are so nice. I added it.
Just sent $2 for coffee n you deserve much thanks a lot this project is a huge man
Thank is so much
wheres the starter code, cant find it anywhere
www.dbestech.com/tutorials/flutter-food-delivery-app-e-commerce-for-ios-and-android here look for starter code
Hello everyone, if you want to follow part 3, watch tutorial ruclips.net/video/HCUZ91NVnaM/видео.html. It's about google map integration in the app for user location. You should watch and familiarize yourself with Generating API keys otherwise you won't be able to follow part 3.
can you pin this comment, it took me a while to find
thank you
@@dev_alade I did. Thanks
Hi, please pin the API link at 6:28:00
Can you please Provide Source code 🥺 for The reference?
@@ayush_sheta hi there, I have complete code on patreon
I think that this is one of the best courses that I have seen. Thank you very much. you were very kind in giving the information. too easy to understand. Thank you very much.
Glad it was helpful!
Blown away. This is magnificent. Thank you for your magnanimity
you are welcome
This hard work is deserves respect and like
Thank you
Started Today and Completed 22 Minutes.
Will resume Tommorow
2 hour 37 minutes completed
food dekhei bujcchi Bangladeshi developer. thanks, man. i just started to doing your project.
yes bro. good luck
You're a genius and Godsent.... How I wish I could see you in person, I would be so delighted to meet and shake hands with a legend. 🙌
Wow, thank you. Maybe one day. Hahah
This channel deserves more subscribers!
thank you
I'm from Brazil, I've only watched 3 hours so far and it's the best video on RUclips. besides learning dart i can improve my english. congratulations "mano"
Great to hear!
THANK YOU a lot. If my start-up makes it, I'll make sure to give back sir!
haha. Looking forward to it.
Just completed the part 1. Everything worked like magic.
I am so happy for you.
waalaikumusalam bro. thanks for the tutorial. it will take me a week to understand this and practise with your video!
Glad to hear that. like and share
feels like sundar pichai itself teaching this. BTW Great video.
Thanks a lot 😊
I am happy I came across this. I will start already.
Wow
You are welcome
this is the best tutorial among all the other flutter courses!
thanks
Thank you so much for this video. I have been building an ecommerce food order and delivery app. I have been stuck on the login/sign up backend using bloc cubit architecture. Thank you so much for this tutorial. I am sure it will help me so much.
Yes. It would be much helpful. Here we use Getx
Hey can you please share the source code of part 1 with me
Awesome work really appreciate your efforts.. this is better than buying a Netflix subscription.
Wow, thanks
thanx for this I am a flutter developer and i check your tutorial this is very helpful for me and making me very efficient code writer in specific way
Glad it helped!
Awesome tutorial and great voice. Love form Bangladesh...
Many many thanks
Hold up man thank you, your awesome i shared your channel with everyone i know because why not i like your content and u helped a lot thank you again
I appreciate that!
i loved when u said thanks for sticking with me 😁 even though it was for my own benifits
Thanks, please like and share.
Hey while making the stack container responsive why didn't you use screen width for calculations? (For left and right margin padding) For width also u used screen height, the time stamp is aroung 2:29:34 for ur reference
I could have done it. But since it was two years I did not think of this.
Excellent I will use django framework as a backend with that fantastic app, Greeting from Egypt
Sure
Mashallah very good may god bless you bro its very useful !
It's my pleasure
this tutorials is Amazing.... complete tutor... Big thankyou Master
You are very welcome
You explain everything very easily & elaborately. Thanks brother
So nice of you
Would like to see some Chinese solutions in some of your tutorials, for example, Wechat/Alipay, Chinese map services ie amap/baidu map, wechat official account/mini app and so on... and so on... Awesome job on these awesome tutorials! ⭐
Good suggestions though.But implementing those chinese features require a lot of work. And most of them are full hassles. Chinese features need a lot of verifications from there and here.
l have never seen on youtube channel which is user interface and real functional start up ios app
ok. Thank you
Best explanation I've heard about Flutter on RUclips, why there is no source for the code
thank you.
My app has compiled today with no errors or warnings. I don't know how. But I am glad that now I can resume my learning.
Wonderful. Glad to know.
english language conversation very clear... top.
Thanks
@@dbestech assalamualaikum sir this possible for someone who wasn't from IT background right? i knew everything possible 😄
hello sir I am new beginner in flutter I am going to learn from your channel so much Excited Thanks 🥰 so step by step part 1 to part 7 I need to Follow.
Keep watching
the dynamic dimension, can you explian a little more, about how calculates?.... is a damn profesional touch for any App ...
finally, I finished the 12hr courses. But I am also getting confused about the controller, as the arguments pass and when need to be initialized.
But also thanks for your contribution, it is very useful for a newbie like me
dependency file would do it for you. Dependency file does the initialization.
what u r using for ide ?
Amazing Work,
Wish you all the best.
Thank you! You too!
You are awesome! I have followed this first part and it's so clear and complete. Congratulations and thank you for the tutorial.
You're very welcome!
can you send me your GitHub repo link
@dbestech this tutorial is amazing
But plz make video on effective responsive ness because when I rotate my phone it's all mesh out
Ok. I will try to cover in future tutorials.
Assalamualaikum Warahmatullahi Wabarakatuh,
this tutorial is amazing, very helpful, you are super genius person thank you dbestech,kind a lot spirit todo this tuturial. for all those who are having trouble with the API Postman , maybe you can please skip to 7:27:28 , hopefully it helps and solve your problem. always healthy and success for you dbestech
Hi there, thanks for the comment. I wanna know what error are you facing?
this is actually a god tier tutorial but im using windows and i feel like ill be lost in many ways even if i follow this tutorial step by step, for some reason i think this is more fucos on mac OS. anyways like i said this is a GOD TIER tutorial so ill give this a thumbs up and a sub. 👍
It’s not focused on Mac. It’s focused on Flutter. You may join our Facebook group as well. Thanks
@@dbestech really? how can i join your facebook group i want to join.
@@Gillan007 find the video description pls
I can't believe you did this, frrr❤❤❤❤thanks a lottt, you're the bestttttttt
Wa'alaikumusalam, Tabarakallah. Jazakallah Khairun Katsirun.
You're awesome. Thanks for the free knowledge.
You are most welcome
7:27:25 great tutorial👍
My only problem is that the request resource can’t be found or is unavailable. (API) Everything is working just that the page keeps loading instead of showing the popular and recommended page details
same bro
There is not a problem bro check your code again :) make sure you didnt make any letter mistake while trying to match and you can use postman as well
@@OguzOlgunDev are you using the same endpoint the when use print it will print but with me its not printing I added
// Handle non-200 status code
print("API request failed with status code: ${response.statusCode}");
}
to see the error and this was the error
7:32:02
Even I am stuck there did you find any solution for it ?
@sirasy6255
Invalid argument(s): No host specified in URI /api/v1/products/popular/api/v1/products/popular
com.example.foodie I no food product
com.example.foodie I Invalid argument(s): No host specified in URI /api/v1/products/popular/api/v1/products/recommended
com.example.foodie I no food product recommended
this is the error I have been getting so far and I am stuck there and its driving me nuts.
Bravo.....
The best of the BEST teacher I have ever seen. Keep it up sir. Those who start FLUTTER really needs you including me.
In short "You are really a life saver".
Regards
Thanks a ton. Pls share the tutorial if possible.
Thanks you're the best! but i am in 6:27:31 and i cant find the Postman collection to continue where can i find it please?
You are one of my best Teachers.
Wow, glad to know
for anyone that having dots item count error like must be superior than zero or disappearing slider or anything like that started on 7:05:00 onwards, fix it by going to model file, then in the if checking inside Product.fromJson method, change from json['products'].forEach to (json['products'] as List).forEach. hope it cope ur error
Thanks for your contribution
I very much appreciate your help. from thai 😊
this tutorial so amazing, but where can i found assets? thankyou
any luck?
Thank you for your efforts but it's better to divide the video into smaller sections so that we don't get overwhelmed and it's easier to follow.
Noted!
this is an amzing course, but using some sort of openSource mapping solution would have been supppper amazing
this was a wery perfect and incredible app tutorial. Please make a similar tutorial again like this.
it takes a few hundred hours to make one like this
@@dbestech Yup. I have not seen another youtuber who teaches lessons as well as you until now. thank you so much