Skip to content
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

version 1.1.1 conflict between the http package and the flutter #1052

Closed
ziyad-aljohani opened this issue Nov 23, 2023 · 17 comments
Closed

version 1.1.1 conflict between the http package and the flutter #1052

ziyad-aljohani opened this issue Nov 23, 2023 · 17 comments
Labels
package:http type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)

Comments

@ziyad-aljohani
Copy link

When I tried to update to http package version 1.1.1 i got this

Note: web is pinned to version 0.3.0 by flutter from the flutter SDK.
See https://dart.dev/go/sdk-version-pinning for details.

Because http >=1.1.1 depends on web ^0.4.0 and every version of flutter from sdk depends on web 0.3.0, http >=1.1.1 is incompatible with flutter from sdk.
@ziyad-aljohani ziyad-aljohani added package:http type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) labels Nov 23, 2023
@vijayvaghela72
Copy link

I am facing the same issue. Is there any solution available?

@vijayvaghela72
Copy link

any possible solution @nex3 @sethladd @kevmoo ?

@kevmoo
Copy link
Member

kevmoo commented Nov 24, 2023

Do you need 1.1.1 or would just like to have the latest?

The solution is to upgrade to the latest Flutter release.

@kevmoo kevmoo closed this as completed Nov 24, 2023
@vijayvaghela72
Copy link

@kevmoo sir ,

i am using latest version flutter ,
and also latest version http package 1.1.1

but facing this issue ,
Screenshot 2023-11-25 at 12 56 19 PM

@kevmoo
Copy link
Member

kevmoo commented Nov 25, 2023

@kevmoo sir ,

i am using latest version flutter , and also latest version http package 1.1.1

but facing this issue , Screenshot 2023-11-25 at 12 56 19 PM

I don't see an issue there...

@vijayvaghela72
Copy link

yes you are right but i am still getting same error if i use latest http version in my project.

@vijayvaghela72
Copy link

let me know if there is any possible solution . for this because i have to use downgraded version of http. for this issue .

@vijayvaghela72
Copy link

Screenshot 2023-11-25 at 8 37 14 PM

i am only facing issue due to this package

@kevmoo

@vijayvaghela72
Copy link

vijayvaghela72 commented Nov 25, 2023

Screenshot 2023-11-25 at 8 42 13 PM

@kevmoo
Copy link
Member

kevmoo commented Nov 25, 2023

Do you need 1.1.1? Sometimes it just takes a while. Don't stress to get the latest!

@vijayvaghela72
Copy link

i prefer to use latest version if you have any solution then please let me know.

@kevmoo
Copy link
Member

kevmoo commented Nov 26, 2023

@vijayvaghela72 – you'll have to wait for the next stable release of Flutter, I think

@vijayvaghela72
Copy link

okay waiting .

that means version 1.1.1 is useless for current latest version of flutter ?

@kevmoo
Copy link
Member

kevmoo commented Nov 26, 2023

@vijayvaghela72 – I need to look. Let me dig

kevmoo added a commit that referenced this issue Nov 26, 2023
See #1052
Prepare to release pkg:http v1.1.2
@kevmoo
Copy link
Member

kevmoo commented Nov 26, 2023

See #1055

kevmoo added a commit that referenced this issue Nov 27, 2023
See #1052
Prepare to release pkg:http v1.1.2
@kevmoo
Copy link
Member

kevmoo commented Nov 27, 2023

v1.1.2 is published. Let me know how things work!

@vijayvaghela72
Copy link

Thank you Mr.@kevmoo it's working perfectly .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package:http type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
Projects
None yet
Development

No branches or pull requests

3 participants