Open danielle-h opened 2 years ago
I have run into the same exact issue here. Have you found a resolution?
Hello, I was able to resolve this on my end by making shared_preferences 2.0.8 in my pubspec.yaml file.
pubspec.yaml
shared_preferences: ^2.0.8
Thank you, I will try that
When trying to use in my app, I got the following issues:
and after downgrading shared_preferences, I get the following build error:
Any help would be most appreciated.