This repository was archived by the owner on Oct 2, 2024. It is now read-only.
version solving failedΒ #280
Closed
Description
Before reporting a bug, please test the beta branch!
Bug description
Please describe what happened wrong and the expected behaviour/output.
I am tying to update my app to use latest version of dio but I get error every time
Because no versions of http match >0.12.2 <0.13.0 and http 0.12.2 depends on http_parser >=0.0.1 <4.0.0, http ^0.12.2 requires http_parser >=0.0.1 <4.0.0.
And because dio >=4.0.0-beta1 depends on http_parser ^4.0.0, http ^0.12.2 is incompatible with dio >=4.0.0-beta1.
So, because graph depends on both dio ^4.0.0 and http ^0.12.2, version solving failed.
pub get failed (1; So, because graph depends on both dio ^4.0.0 and http ^0.12.2, version solving failed.)
artemis: ^7.0.0-beta.1
dio: ^4.0.0
dio_cookie_manager: ^2.0.0
can we update http?
Specs
Artemis version: [e.g. 6.0.3-beta.1]
build.yaml:
# Please paste your `build.yaml` file
Artemis output:
# Please paste the output of
$ flutter pub run build_runner build --verbose
#or
$ pub run build_runner build --verbose
GraphQL schema:
# If possible, please paste your GraphQL schema file,
# or a minimum reproducible schema of the bug.
GraphQL query:
# If possible, please paste your GraphQL query file,
# or a minimum reproducible query of the bug.