form_bloc icon indicating copy to clipboard operation
form_bloc copied to clipboard

FormBlocListener onLoading never called

Open aaassseee opened this issue 3 years ago • 1 comments

By following, the tutorial on https://giancarlocode.github.io/form_bloc/#/loading_and_initializing_example. With switching from BlocBuilder to FormBlocListener, onLoading function within FormBlocListener will never call.

aaassseee avatar Sep 18 '20 04:09 aaassseee

yeah,I get the same problem, its seems like because the first state would never trigger the bloc listiner ,so the onLoading would never working here,it bring me some problem to handle the init trigger problem for loading ui triggering, now I have to switch to other way to implemented this

LaysDragon avatar Feb 10 '22 17:02 LaysDragon