Describe the bug
I recently find out that you can see the data stored in variables of your providers in flutter for mobile. And I tried to do the same on web. I opened DevTools on chrome for flutter web and it says it had problems to connect with package:provider and that I need to use provider >=5.0.0, but I have installed provider: ^6.1.2.
To Reproduce
Run a flutter project on web and then open DevTools for chrome, click on the web for provider and select one provider.
Expected behavior
I would expect to see the stored data of my providers.

Describe the bug
I recently find out that you can see the data stored in variables of your providers in flutter for mobile. And I tried to do the same on web. I opened DevTools on chrome for flutter web and it says it had problems to connect with package:provider and that I need to use provider >=5.0.0, but I have installed provider: ^6.1.2.
To Reproduce
Run a flutter project on web and then open DevTools for chrome, click on the web for provider and select one provider.
Expected behavior
I would expect to see the stored data of my providers.