Bloc is a good pattern that will be suitable for almost all types of apps . It helps improve the code’s quality and makes handling states in the app much more manageable. It might be challenging for someone who is just beginning to use Flutter because it uses advanced techniques like Stream and Reactive Programming.22 Eki 2021
Read moreWhat is the difference between BLoC and Flutter BLoC?
The ‘bloc’ package contains things you will use in your Bloc layer, like the Bloc class . This isn’t necessarily flutter dependent, it is just the logic architecture of your app. The ‘flutter bloc’ package contains elements you will use in your UI layer.
Read moreWhat is use of BLoC in Flutter?
Flutter bloc is one of the state management for Flutter applications. You can use it to handle all the possible states of your application in an easy way .
Read moreShould I use RxDart?
So to answer your question, you DON’T need RxDart, unless you want to implement the BLoC pattern on your own . If you use the Bloc library, you’re already using a RxDart free implementation of the BloC pattern.
Read moreWhich is best state management in Flutter?
Most Popular Packages for State Management in Flutter (2022)
Read more