AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
How Does Widget Tree Testing Go With the State Management?
In full widget tree testing, we are not thinking about the state management. So inside the test, you shouldn't have to worry about the statemanagement. Everything is still kind of connected to to the tree, no matter what - even because it has providers scope at the top. But if you are making the full widget tree test, then you are actually pumping the same widget that you are using in the run up method. It's basically you just have to register your dependencies and you know, that's it.