Skip to content

Feature/Upgrade http dependency version#1

Open
sebasbad wants to merge 1 commit into
masterfrom
feature/upgrade_http_dependency
Open

Feature/Upgrade http dependency version#1
sebasbad wants to merge 1 commit into
masterfrom
feature/upgrade_http_dependency

Conversation

@sebasbad
Copy link
Copy Markdown
Owner

@sebasbad sebasbad commented Mar 12, 2021

Issue

Incompatible combination of dependencies:

image_picker: ^0.7.1
gallery_saver: ^2.0.3

Because gallery_saver >=1.0.0 depends on http ^0.12.0+2 and image_picker_platform_interface >=2.0.0 depends on http ^0.13.0, gallery_saver >=1.0.0 is incompatible with image_picker_platform_interface >=2.0.0.
And because image_picker >=0.7.0 depends on image_picker_platform_interface ^2.0.0, gallery_saver >=1.0.0 is incompatible with image_picker >=0.7.0.

Proposed solution

Upgrade the http dependency from http: ^0.12.0+2 to http: ^0.13.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant