-
-
Notifications
You must be signed in to change notification settings - Fork 523
Open
Labels
Description
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.

dadagov125, jake-johnson-disney, huahai547, afandiyusuf and gao288