BLoC (Business Logic Component) is an architectural pattern based on separate components (BLoC components). BLoC components contain only business logic, which can easily be shared between different Dart apps. This architecture was introduced by Google at Google I/O 2019. Currently, the BLoC architecture is the most popular Flutter app development architecture. Find out more how BLoC architecure works and how to implent one https://www.mobindustry.net/how-to-implement-the-bloc-architecture-in-flutter-benefits-and-best-practices/