Flutter setState() or markNeedsBuild() Error with async Navigations
I am struggling with this error message: (setState() or markNeedsBuild() called during build I am trying to continue with a Navigator.pushNamed(..) after a first async Navigation had happened. In my code below, I do return without crash for the first…