-
-
Notifications
You must be signed in to change notification settings - Fork 26.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BLoC design pattern #2374
Comments
Hi @iluwatar can you assign the issue to me? |
This issue has been automatically marked as stale because it has not had recent activity. The issue will be unassigned if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. The issue will be unassigned if no further activity occurs. Thank you for your contributions. |
hi @iluwatar can you please assign the issue to me? |
hi @iluwatar can u please assign the issue to me? |
@iluwatar can you assign me this issue? |
Description
The BloC (Business Logic Component) design pattern helps separate business logic from UI components, making applications more modular, testable, and maintainable. This pattern is widely used in Flutter development and involves three main components: Event, State, and Bloc. Events are dispatched by the UI, which are processed by the Bloc to produce new States that the UI listens to and reacts accordingly.
The key elements of the BloC pattern are:
References
Acceptance Criteria
The text was updated successfully, but these errors were encountered: