I am trying to learn BLoC without learning any other State Management libraries like GetX, Riverpod, Provider, etc., Learning BLoC is confusing, I don't know how BLoC runs in an App. What should I do? like first try to learn other State Managers or Stick to BLoC eventually I get it.
What is easier to learn Riverpod or BLoC? at least in 10 Days.
I am trying to learn the BLoC from YouTube, an 11-hour course. It has been 2 days & got a general Idea but eventually, I have to work on a Real Project. I am not getting how to learn it fast & effectively. I fear that if I don't get the BLoC or am unable to understand it effectively, I will not be able to code the app.
Here is the YouTube video I am referring to
Even though this guy is explaining how to test the BLoC, I am not able to understand how & what he is doing, there are so many classes & override codes. Even my test code results are always getting failed but his getting passed.
Should I create notes for effective learning like Handwritten notes or Word document notes?
I had the same case when i start learning the BloC, I watched many videos and read the c of the BloC library ( https://bloclibrary.dev/#/ )
What I notice that wathcing videos and read documentaion is not enouth.
I start building demo app and started practicing what i learned and what cases i didn't find on youtube i started fixing these problems, at this point my understanding for BloC now is better.
The answer for your question is NO you don't need to learn any state management to learn BloC.
All what you need is the patience, searching and practice practice ..
I hope my answer is helpful for you.