Can you provide your code when handle FetchDashboard()
event and your DashboardState
? When you provide the state and logic, we can better understand why your BlocBuilder is not rebuilding. There might be an issue with how the state is emitted or how equality is handled in your DashboardState. Please share your implementation so we can assist you more effectively.