'Multi BlocBuilder in Flutter
I am a beginner in flutter and is there any examples or documentations which related to multi blocbuilder in one page by using flutter_bloc package in Flutter.
Solution 1:[1]
BlocBuilder()
, like any other Widgets, can be used multiple times. To use multiple of BlocBuilders in a screen, you just need to provide the needed Streamable (Bloc) on different BlocBuilder.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Omatt |