form_bloc
form_bloc copied to clipboard
FormBlocListener onLoading never called
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.
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