Flutter routine: Never use `context.read<MyCubit>().state.param` inside the build method. Wrap it to the BlocBuilder<MyCubit, MyState> and read the state from there. Otherwise, it won't be updated. #flutter #dart #bloclibrary #mobiledev #iosdev #androiddev #tarklab #airontark
1
0
0
0