Skip to content

Flutter version for http 0.13.0? #338

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

Closed
eripe970 opened this issue Mar 5, 2021 · 7 comments
Closed

Flutter version for http 0.13.0? #338

eripe970 opened this issue Mar 5, 2021 · 7 comments

Comments

@eripe970
Copy link

eripe970 commented Mar 5, 2021

Hey,

Is there any version available for http: ^0.13.0? Getting some problems to use this library with a lot of other packages that need http 0.13.0.

@zeusbaba
Copy link

zeusbaba commented Mar 5, 2021

having similar issues as well...
for example:

sentry-4.0.6/lib/src/transport/http_transport.dart:56:12: 
Error: The argument type 'String' can't be assigned to the parameter type 'Uri'

as I know, this is related to http 0.13.0

@ueman
Copy link
Collaborator

ueman commented Mar 5, 2021

This is already being worked on in #247 and #335

@zeusbaba
Copy link

zeusbaba commented Mar 5, 2021

I just created PR #339 as a candidate fix, which I validated in my apps.

@marandaneto
Copy link
Contributor

dup of ongoing work #247

@manish7flutterdev
Copy link

having similar issues as well...
for example:

sentry-4.0.6/lib/src/transport/http_transport.dart:56:12: 
Error: The argument type 'String' can't be assigned to the parameter type 'Uri'

as I know, this is related to http 0.13.0

i had the same issue.....i think its http: ^0.13.0 package bug.....

try http: ^0.12.2 ...it will work

PS : if you are using google font package make sure install below version 2.0.0 .....else it will conflict with the previous http package

@marandaneto
Copy link
Contributor

@manish7flutterdev
Copy link

manish7flutterdev commented Mar 15, 2021 via email

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

No branches or pull requests

5 participants