Bloc Pattern WITHOUT Package - Flutter Bloc Tutorial for Beginners | PART 3

preview_player
Показать описание
📄 in this video we are going to implement an example using streams and Bloc pattern just note that we are going to use Bloc pattern not Bloc package.
BLoC (Business Logic Component) is a popular architectural pattern in the Flutter community for building scalable and maintainable apps. It provides a clear separation of concerns between the user interface and business logic, making the codebase more organized and easy to understand.

🌐 Telegram Community

⚡ SUBSCRIBE HERE⚡

🌐 Social Media
🔗 Linkedin:
🔗 GitHub:

#flutter #fluttertutorial #fluttercourse #flutterwidgets
Рекомендации по теме
Комментарии
Автор

Finish it fasttt, im really appreciating this! Good job

ShannYT
Автор

This is the best option without using any external packages. However, can we achieve functionality similar to Provider, where the same data can be updated in multiple screens? Do we need to declare a controller globally?

sushantkumar
Автор

Why use abstract class for your events when dart now supports sealed classes? Disclaimer: I haven’t watched the video to the end yet incase you ended up swapping abstract class.

teajay
Автор

You're dragon keep going،
How about using enums to push events to sink instead of creating class, what is the purpose of creating class for events if there is no method or data inside it?

حاتمأمحمد-دد
Автор

is there a reason to not use external packages like flutter_bloc ?

TheAytaruni
Автор

Please finish this series first and then go for riverpod

suryaishnavi