I heard it for state management in large projects. It's good to use the Bloc pattern. But every project I know in GitHub and every tutorial that I watched is making a small project like a login page with Bloc. I can't understand why it's recommended to use Bloc in large projects because for making every state and event on a page we should make a new Bloc class that changes events to states. It does not seem very good. can you introduce some large Flutter project that uses Bloc pattern?
It's recommended in large projects because Bloc pattern can separate business logic form UI in a good way which makes project management easier (adding new features, remove, modify) and this something that you will definitely need in large project when you have many files with complex widgets states etc... . However time has change and now we have Riverpod which do the same in a better way with less boilerplate code.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With