Flutter PostFrameCallBack With GetX, BLoC and Riverpod

preview_player
Показать описание
Flutter addPostFrameCallBack with GetX, BLoC and Riverpod. Learn what causes
setState() or markNeedsBuild() called during build.

This Obx widget cannot be marked as needing to build because the framework is already in the process of building widgets. A widget can be marked as needing to be built during the build phase only if one of its ancestors is currently building. This exception is allowed because the framework builds parent widgets before children, which means a dirty descendant will always be built. Otherwise, the framework might not visit this widget during this build phase.
The widget on which setState() or markNeedsBuild() was called was: Obx

Flutter Multi Vendor App
Рекомендации по теме
Комментарии
Автор

Hello, I am from Vietnam. I have been studying Information Technology at the university level for about a year. I recently started learning about Node.js and found your channel. I have been following your series on the food app for about 6 months. It includes user roles, restaurants, delivery personnel, and admin. However, the playlists on your channel are not in order. Could you compile a list of all the videos in order by role? Thank you

orsted_lta
Автор

Wa alaikumussalam, we stand with Palestine

alkhwarizmilab
Автор

Sir, would you please help us how you get the endpoint url. I think most of us are stuck on that.

SonnyboyMokoena
Автор

I solve this with future.delay(duration.zero, (){});

nixonsampson