Closed letto4135 closed 3 years ago
Provider is not using Platform
anywhere. This is most definitely a bug on your side
Chances are calling Provider.of initialized the provider, and your object created (here AppData) used Platform
5 months later I've already passed the class this was for and have no idea what I did to fix the issue. Pretty sure I switched to a different library tho.
I'm having an issue with provider package on web it seems. I've also tried context.watch(); in place of Provider.of(context); but have the same error. The first print statement runs, the second does not.