Cretezy / redux_persist

Persist Redux State
https://pub.dartlang.org/packages/redux_persist
MIT License
130 stars 41 forks source link

Bump shared_preferences version #34

Closed Sh1d0w closed 5 years ago

Sh1d0w commented 5 years ago

Hi,

When migration to AndroidX, there is a new shared_preferences version 0.5.0, but redux_persist version is pinned at 0.4.0 which causes dependencies to fail to install unless I override them with dependencies_overrides.

Can we get version bump, please?

Cretezy commented 5 years ago

Will do :+1:

Are you sure you are installing 0.5.0 though? Because it's pinned at ^0.4.0, which makes 0.5.0 compatible

Cretezy commented 5 years ago

Done with 0.8.1