-
Notifications
You must be signed in to change notification settings - Fork 226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Solving version fail #121
Comments
来信已收到
|
Hello @youtraders , Issue resolved for me by this fork |
thanks @XternalSoft thats solve my issue, but yet, need this repo to bump their dependecies too |
来信已收到
|
Hi @XternalSoft just saw this thread. |
Hello, I decided to upgrade Dio to v5 and drop this package. And to manage the caching I use the package dio_cache_interceptor (https://github.com/llfbandit/dio_cache_interceptor) and I manage the right headers via my API (each endpoint specifies or not the caching duration in the application). It's a much more convenient method because I don't need to make a new build if I want to change the cache duration |
Hi, i receive this error:
Because dio_http_cache >=0.3.0 depends on json_serializable ^4.1.4 which depends on json_annotation >=4.0.1 <4.2.0, dio_http_cache >=0.3.0 requires json_annotation >=4.0.1 <4.2.0.
And because purchases_flutter 4.2.1 depends on json_annotation ^4.6.0 and no versions of purchases_flutter match >4.2.1 <5.0.0, dio_http_cache >=0.3.0 is incompatible with purchases_flutter ^4.2.1.
So, because myapp depends on both purchases_flutter ^4.2.1 and dio_http_cache ^0.3.0, version solving failed.
pub get failed (1; So, because myapp depends on both purchases_flutter ^4.2.1 and dio_http_cache ^0.3.0, version solving failed.)
The text was updated successfully, but these errors were encountered: