Day

May 20, 2019
Flutter Bloc: The Bloc stands for Business Logic Component. it is a pattern created by Google and announced at Google I/O ‘. The BLoC pattern used to handle the flow of data within the app. You add streams of event/data input into a Sink and listen to them as streams of data output through a Stream. Why Bloc? Bloc used...
Read More

Categories