Hello, everyone! The entire course is now live on Udemy too, get it while it's hot --> www.udemy.com/course/bloc-from-zero-to-hero/?referralCode=E689592633984B34DBEF Also I have just managed to finally finish the entire BLoC - From Zero to Hero Complete Course, based on this tutorial series. You can check it out here -> ruclips.net/video/THCkkQ-V1-8/видео.html
Thank you so much! Actually, Felix, the creator of BLoC is one of the best and most helpful people I have ever had a chance to talk too! He helped me a lot with these videos and overall with all the concepts back then when I firstly encountered bloc and Flutter. ♥ Thank you for your feedback though! I appreciate it!
I am literally unlearning what l thought I learnt properly through other content creators. Thank you, and keep it up! I am binge-studying and making changes to my apps
After watching the ResoCoder TDD with Flutter BLoC series, I thought nobody would be able to match that quality of content. I have to admit that I was wrong. The quality of content in your entire BLoC series is amazing! 🔥
Thank you so much for your kind words! I appreciate it! ResoCoder has put more accent on TDD rather than BLoC on that series, but it's still an amazing series nonetheless!
Yesterday i searched google "understanding flutter bloc for beginners" and this video came out and today i am watching from the beginning because it gives me what I was looking for as a newbie in flutter bloc. Amazing explaination, a newbie like me understand it very well lol. Keep it up please. Btw i also want to understand flutter clean architecture in laymans terms or how you are explaining it here. Thanks, done subscribing. 👍🏻
Great video as always! Loving this series! It's like a introduction to the DDD of ResoCoder but teaches more easily somethings that aren't said there. Really glad that the next video will be about bloc testing!
@@Flutterly man, I don't know if you know that but Feliz (creator of bloc) posted this video on the bloc discord channel. Congratulations! I think your videos will be very helpful to the community!
Thank you so much! I've finally learned these difficult concepts after many months of reading and watching videos over the entire internet with no results. And you in 15 minutes explained, in an understandable way, what others couldn't do in hours! From now on, you are my idol! 👍
i just cant thank you enough. you have made it so clear and concise for a beginner like me !! lots of love and respect for you & your hard work !! Thanks a lot !!
@@Flutterly The refactoring went ok, getting error messages from APIs back to the bloc was a bit tricky (eg working out which technique to use), but the overall structure looks tidy and should scale well, as I add more features. Looking forward to the next vid -)
I'm really happy that it went amazing for you, more real world app examples will come in the near future so that you can practice the architecture even more!
Question: at 8:19, you have calls to 2 different APIs (one of them is commented out). How can you safely do something like ‘Weather.fromJson(rawWeather)’ considering that (as you mentioned earlier) the JSON responses might be completely different from one API to the next? I feel like I missing something here @Flutterly? Also, thank you for making awesome series. It is really quality content!
Great explanation with clear illustrations, I can say I didn't see something like this before. Keep doing the great job, and please make real, really real application apps, even if it is paid I am the first subscriber.
Awesome! Thanks! I just notice that on 13m58s there is a small error in the Weather class. Dart language doesn't have float type) Anyways this is brilliant video and I'm full of respect for the author.
Really appreciated these videos, really clear and clever even for a flutter beginner like me, been looking around for something like that for weeks; anyway when will the full data layer explanation video be available?
Thank you for your kind feedback! The full data layer explanation will make and and will be available right when I get into developing real apps with flutter and bloc! That's going to be the next series on this channel, so stay tuned!
Thank you Wckd for the clear and easy to understand video. I was wondering if my application uses sqlite for data storage, then the data provider is the thing that makes the SQL query to the database, right? I see somewhere people create another kind of class called DAO (data access object I guess) but I'm not sure that is really needed. Btw, may I ask what is the plugin you used to display the tree structure of the widgets?
You're welcome! Yes, the data provider makes the connection with the internet/databases or whatever data sources you might have. What do you mean by showing the widget tree? It was an animation I overlayed over the video.
Absolutely stunning course!! A must watch for any flutter and bloc noob like me, I know :D I have one question tho. Here you have split the architecture into three layers: Presentation, Business Logic & Data layers. However, in Clean Architecture tutorials, they always split the layers in Presentation, Domain & Data layers! So is the domain layer same as the business logic layer? Am I supposed to put my bloc & cubits in the domain package in my project? Or the Domain layer is some completely different concept you've skipped over to reduce complexity?
Yes, mostly yes. However, I'll recommend you watch my latest video on very good cli and notice the structure I'll be using from now on on my projects! ✨
Best explanation on the web. I've also seen that people do an abstract Repo or ApiClient class and then like implement repoImpl or ApiClientImpl for different sources and mocking. Don't remember what class exactly, can you please explain this part also? Thanks
Thank you! There is no implementation for this tutorial unfortunately, it was just a topic walk-through. A proper code sequence will be available when I'll start building real apps for you.
thank you Wikd for this amazing series and helping out the flutter community. is there a possibility that we can get the slides used through the course !
I have a question about The models. You mentioned about independency. So all your models should have actually dependent. when you parsing data, you can not change "temp" key value to "temperature". Can you explain that what I'm missing there?
Hello, everyone!
The entire course is now live on Udemy too, get it while it's hot --> www.udemy.com/course/bloc-from-zero-to-hero/?referralCode=E689592633984B34DBEF
Also I have just managed to finally finish the entire BLoC - From Zero to Hero Complete Course, based on this tutorial series. You can check it out here -> ruclips.net/video/THCkkQ-V1-8/видео.html
I see high-quality RUclipsr here 😍
Thank you so much!
I vouche for that! Please keep making videos! @Flutterly
It's just amazing how much effort you put into these videos - Impressive.
Thank you so much! I appreciate it!
Thanks to your tutorials I've corrected lots of my mistakes and made my project more efficient. Thanks for the tutorials, keep it up!
I'm really glad to hear that, thanks!
How can someone explain such complex concepts with such ease and clarity 🔥🔥🔥
Whenever I am learning new technology, I'm struggling to find tutorials like these. Great tutorials.
This is the first group of tutorials that I have watched that actually makes sense. Thanks for this, I might finally be able to code properly now.
This is GOLD! Every single tutorial has been very brilliantly dealt with so far! Thank you!
Awesome, I think no one has explained it the way Mr. WCKD has. Simple, intuitive, and complete.
Thank you so much! ✨
This is the best bloc tutorial ever..I'm so grateful
I guess No one has ever explained such things in such simple manner. Thank You for taking out your time and creating such videos.
You are most welcome!
I was literally waiting for your next video in the series...good work!
Thank you, more to come!
no way! even the creator of bloc flex didn't explain it the way u did
KEEP GOING U R AWESOME
Thank you so much! Actually, Felix, the creator of BLoC is one of the best and most helpful people I have ever had a chance to talk too! He helped me a lot with these videos and overall with all the concepts back then when I firstly encountered bloc and Flutter. ♥ Thank you for your feedback though! I appreciate it!
you are best teacher of Flutter that i have ever see...keep it up...
The most simple and comperhensive tutorial about BLoC. Thanks Man! I appreciate your work
Thank you so much
I immediately subscribed without hesitation. I've learned a lot in just 15 minutes, man you are great!
Thank you for your feedback! ✨ I am glad you like my content!
Bro, I fell in love with your content
Thank you so much!
Loved the architecture comparison between the human body and code. Can't humanize tech more than that. Great work!
Thank you so much!
I am literally unlearning what l thought I learnt properly through other content creators. Thank you, and keep it up! I am binge-studying and making changes to my apps
Thank you so much! ✨
After watching the ResoCoder TDD with Flutter BLoC series, I thought nobody would be able to match that quality of content. I have to admit that I was wrong. The quality of content in your entire BLoC series is amazing! 🔥
Thank you so much for your kind words! I appreciate it! ResoCoder has put more accent on TDD rather than BLoC on that series, but it's still an amazing series nonetheless!
Finally clear up my doubts on where to implement try - catch.
So i should now wrap all my blocs functions in try- catch now
Yes, it's a great solution to take care of problems caused by the data layer. You should also wrap the repositories and data providers too
Flutterly you mean I have to wrap try - catch for ALL layers?
Yeah, I meant you should wrap any operation that you know may cause issues into a try/catch
This channel is gonna blow up for sure!
Haha, hopefully it will, man, I really appreciate it!
I love your tutorials... I had dreaded BLoC pattern for some time now... But with these tutorials I can conquer the world
Thank you so much! I am really pleased and happy that you find them easy to understand and learn. Keep going!
the best bloc course ever in the internet thanks a lot
I have no idea of Flutter, was only looking for videos that describe business logic. You put so much work into it and explained it very well!
Thank you so much, I appreciate it!
Yesterday i searched google "understanding flutter bloc for beginners" and this video came out and today i am watching from the beginning because it gives me what I was looking for as a newbie in flutter bloc. Amazing explaination, a newbie like me understand it very well lol. Keep it up please. Btw i also want to understand flutter clean architecture in laymans terms or how you are explaining it here. Thanks, done subscribing. 👍🏻
Great video as always! Loving this series! It's like a introduction to the DDD of ResoCoder but teaches more easily somethings that aren't said there. Really glad that the next video will be about bloc testing!
I'm glad I could help. ResoCoder's TDD series is also amazing and well structured! Lots of things to be learned from that too!
@@Flutterly man, I don't know if you know that but Feliz (creator of bloc) posted this video on the bloc discord channel. Congratulations! I think your videos will be very helpful to the community!
Thank you so much! Didn't know, but I know Felix is an amazing and helpful person! 🌟
Perfect diagram for the bloc architecture workflow.
Best explanation I have ever seen. Thank you for your hard work. Bravo !!!
Thank you so much! I've finally learned these difficult concepts after many months of reading and watching videos over the entire internet with no results. And you in 15 minutes explained, in an understandable way, what others couldn't do in hours! From now on, you are my idol! 👍
i just cant thank you enough.
you have made it so clear and concise for a beginner like me !!
lots of love and respect for you & your hard work !!
Thanks a lot !!
Excellent videos dude, I keep coming back to certain frames of the video to get that one overview, just to refresh my memory. Keep up the good work!
Thank you so much! I appreciate it!
Sir you are just amazing. I can`t believe these videos are free. Thank you so much for these valuables videos.
A clear explanation, indeed. Bravo!
Thank you! 🌟
You are a king man, thank you so much for this BloC series
very clear and from what i can tell this will immensely useful... What i need is to make my code maintainable
Wonderful, composite easy to understand with pictorial presentation, Can't wait for the coding part.
Thank you so much!
Thank you. The best tutorial I saw about how it works Bloc.
Thanks a lot! ✨
I think I will be back for this channel, Good work!
Thanks - it explains the purpose of the different layers really well - I'm going to refactor some of my existing code and try it out now :-)
Thanks so much for your extensive feedback, let me know how the refactoring works for you in the end, looking forward
@@Flutterly The refactoring went ok, getting error messages from APIs back to the bloc was a bit tricky (eg working out which technique to use), but the overall structure looks tidy and should scale well, as I add more features. Looking forward to the next vid -)
I'm really happy that it went amazing for you, more real world app examples will come in the near future so that you can practice the architecture even more!
Only 2 minutes in and my current way of developing webapps is being called a complete failure, this is going to be good :D
Haha, thanks for the feedback, man! ✨
Fantastic!! This is by far the best tutorial I have seen on bloc and application architecture. Amazing. Thanks a lot 😃😃🙏
Thank you so much, I appreciate your feedback!
Great combination of illustrations and clear explanation. Keep it up! :)
Thank you so much!
Your content has helped me a ton! Thank you for the time and effort that you put into these. Keep up the good work, I’m sure more viewers will come!!
Thank you so much for your kind words! I appreciate it! I'll keep the content coming!
Your course on Bloc is really good!
This is absolutely amazing! Perfectly explained. Well done!
Thank you so much! ✨
Let's fucking go , I finnaly found someone that explains bloc very well :))))))))
Thanks a lot! ✨
Hi, Thanks to your tutorials and It's amazing.
I've corrected lots of my mistakes and made my project more efficient.
one suggestion bro.. pls make real time code in video.
i swear my god i am so happy to find your videos you r the best mannn !
Nice, you help me a-lot on understanding the concept of Bloc. Thanks, Great video BTW.
WOW !!! amazing and high quality content !! Thanks
Thank you so much!
Amazing Tutorial Series 🔥
Perfectly explained man! Way to go!
If youtube alows me: HOLY DDDDAANNNG FKKK!!! THIS IS GOLD! I understood more in this video than in LITTERALLY 3 hours of my flutter teacher on Udemy.
Excellent and super clear explanation
Great video! Like you said, need to watch it at least 2 or 3 times. :) Thanks!
You're welcome! Glad it helped
Simply amazing video, could not wait for the real coding part 👍🏻
Thank you so much!
Thank you very much, I understood all the concepts, your explanation is beautiful and understandable ، I wish u all the best 💙
Thank you for the positive feedback! Seeing that everyone understands and learns something I am trying to explain is the best reward for me!
So amazing, zero to hero for real.
I only there could have only intermediate-advanced Dart-Flutter tutos like these on the internet and not basic ones that are so easy to find 👍
Question: at 8:19, you have calls to 2 different APIs (one of them is commented out). How can you safely do something like ‘Weather.fromJson(rawWeather)’ considering that (as you mentioned earlier) the JSON responses might be completely different from one API to the next?
I feel like I missing something here @Flutterly?
Also, thank you for making awesome series. It is really quality content!
Great explanation with clear illustrations, I can say I didn't see something like this before. Keep doing the great job, and please make real, really real application apps, even if it is paid I am the first subscriber.
Thank you so much, I will! They'll be free, I want everyone to have access to my content! ✨
very good explanation, thanks!!
You should do more architectural courses!
Thank you soo much! Amazing explanations !!!
Thank you, brother 🤍
Amazing video, everything was well explained, thanks!
Awesome explanation!
BEST EXPLANATION EVER!!!!
Thank you so much!
Awesome! Thanks! I just notice that on 13m58s there is a small error in the Weather class. Dart language doesn't have float type) Anyways this is brilliant video and I'm full of respect for the author.
This is BEAUTIFUL!
Hi. Thank you so much. I'm looking forward to the 5th video.
Thank you so much! It will come soon
Thanks a lot, these videos are beneficial, I don't know how do I thank you
Thank you so much! It's super clear :D
You're welcome, man, thanks! 🌟
thankyou for this essential knowledges. new subscriber here 💗
Thank you! I can understand easier.
Really appreciated these videos, really clear and clever even for a flutter beginner like me, been looking around for something like that for weeks;
anyway when will the full data layer explanation video be available?
Thank you for your kind feedback! The full data layer explanation will make and and will be available right when I get into developing real apps with flutter and bloc! That's going to be the next series on this channel, so stay tuned!
@@Flutterly looking forward for it, can't wait😁
Thanks a alot. Your video is very great!
Thank you so much! ✨
good video, thank you. waiting from you practice lessons
Thank you so much!
Man you your so amazing, Thanks a lot❤️
Thank you again!
you are amazing !
thanks for your effort.
Perfect Explanantion Thanks
Thanks you! It's really useful
Nice explanation
Thank you, mate!
nice :) thanks for not asking to subscribe or to like your video. Liked and subscribed
Haha, thank you, man! 😂
Me too!
Amazing! Thank you so much for this.
It would be wonderful if you could implement an actual weather app. I very much would appreciate how it works!
awesome! thanks for the sharing
Thank you Wckd for the clear and easy to understand video. I was wondering if my application uses sqlite for data storage, then the data provider is the thing that makes the SQL query to the database, right? I see somewhere people create another kind of class called DAO (data access object I guess) but I'm not sure that is really needed.
Btw, may I ask what is the plugin you used to display the tree structure of the widgets?
You're welcome! Yes, the data provider makes the connection with the internet/databases or whatever data sources you might have. What do you mean by showing the widget tree? It was an animation I overlayed over the video.
@@Flutterly Ah I mean the Vscode plugin that display the child elements of a class like in ruclips.net/video/NqUx-NfTts4/видео.html
What's the difference between "pages" and "screens"? 12:50
None, page=screen=view=whatever you want to call them
Absolutely stunning course!! A must watch for any flutter and bloc noob like me, I know :D
I have one question tho. Here you have split the architecture into three layers: Presentation, Business Logic & Data layers.
However, in Clean Architecture tutorials, they always split the layers in Presentation, Domain & Data layers! So is the domain layer same as the business logic layer? Am I supposed to put my bloc & cubits in the domain package in my project? Or the Domain layer is some completely different concept you've skipped over to reduce complexity?
Yes, mostly yes. However, I'll recommend you watch my latest video on very good cli and notice the structure I'll be using from now on on my projects! ✨
Best explanation on the web.
I've also seen that people do an abstract Repo or ApiClient class and then like implement repoImpl or ApiClientImpl for different sources and mocking. Don't remember what class exactly, can you please explain this part also? Thanks
Very very nice. Thank yo so much.
Excellent presentation and material!!! Thanks a lot for your work!
Could you share the code of the test app to see the implementation details?
Thank you! There is no implementation for this tutorial unfortunately, it was just a topic walk-through. A proper code sequence will be available when I'll start building real apps for you.
thank you Wikd for this amazing series and helping out the flutter community. is there a possibility that we can get the slides used through the course !
Wow wow wow. You are extraordinary. Are you a teacher or something?
Haha, thanks, man! No, I'm not a teacher, I just like sharing my knowledge with others, just like others shared their knowledge with me. Thanks!
sir! you're god, thank you
What would be the difference between pages and screens? 12:54
nice work..:)
Thank you! :)
it's was too good, thanks
I have a question about The models. You mentioned about independency. So all your models should have actually dependent. when you parsing data, you can not change "temp" key value to "temperature". Can you explain that what I'm missing there?
i see some good stuff over there
Thank you so much!
Hello @Flutterly I have one doubt Bloc Architecture which pattern are you using? like mvc or mvvm