Answer the question
In order to leave comments, you need to log in
How to correctly implement the BloC pattern in Flutter?
Greetings!
Question about the implementation of the Bloc pattern in flutter.
There are several DropDownButton widgets on the screen.
How to correctly implement the Bloc pattern so that when the element in the DropDownButton changes, only this dropdown is redrawn.
Is it necessary to write a separate bloc for each dropdown widget and wrap each dropdown in its own BlocBuilder?
Or is it possible to implement this while creating only one bloc and one BlocBuiler for this screen?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question