Business Logic Components (BLoC)
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.
Relations
Flutter is an open-source UI software development kit created by Google. It is used to develop applic...
Dart is a client-optimized programming language for apps on multiple platforms. It is developed by Go...
used by Flutter state management
Managing state in Flutter applications.
Edit details Edit relations Attach new author Attach new topic Attach new resource
Resources
treated in Getting Started with the BLoC Pattern
10.0 rating 3.0 level 10.0 clarity 5.0 background – 1 rating
See how to use the popular BLoC pattern to architect your Flutter app and manage the flow of data thr...
treated in Bloc library documentation
9.0 rating 1.0 level 9.0 clarity 5.0 background – 1 rating
Documentation for bloc, a predictable state management library.
compared in Build reactive mobile apps with Flutter (Google I/O '18)
8.0 rating 3.0 level 7.0 clarity 5.0 background – 1 rating
Do you over-react when you hear Streams, Observables, Redux, Flux? Don't. One of the advantages of Fl...