An Alternative Flutter BLoC Arch

Fred Grott
10 min readOct 9, 2021

laying around with view-models, I came up with a less heavy bloc architecture implementation. Let’s have some fun in playing with streams, bloc, and view-models.

The sample code can be found in the reactive_components subfolder of this repo:

--

--