Business Logic Components (BLoC)


Topic history | v2 (current) | updated by janarez

Details

Business Logic Components (BLoC)

| updated by janarez | Edit topic "Business Logic Components (BLoC)"
Title
Business Logic Components (BLoC)
Description
BLoC stands for Business Logic Components. The gist of BLoC is that everything in the app should be represented as stream of events: widgets submit events; other widgets will respond. BLoC sits in the middle, managing the conversation.
Link
https://www.raywenderlich.com/4074597-getting-started-with-the-bloc-pattern

Business Logic Components (BLoC)

| created by jjones | Add resource "Getting Started with the BLoC Pattern"
Title
Business Logic Components (BLoC)
Description
BLoC stands for Business Logic Components. The gist of BLoC is that everything in the app should be represented as stream of events: widgets submit events; other widgets will respond. BLoC sits in the middle, managing the conversation.
Link
https://www.raywenderlich.com/4074597-getting-started-with-the-bloc-pattern

authors

This topic has no history of related authors.

topics

subtopic of Flutter
subtopic of Dart