Closed gd46 closed 1 day ago
Trying to install latest version of http throws a package dependency issue saying it requires
http ^0.13.0
And the latest version of http is 1.2.1.
https://pub.dev/packages/http/changelog
Should support moving to the latest version of http package.
To Reproduce (MUST BE PROVIDED)
Expected behavior I would like to be able to support the latest version of http package with the latest versions of graphql packages.
device / execution context Issue is building iOS, or Android, I haven't tried Web
Are you able or do you like to open a PR for this?
I believe this is fixed in: https://github.com/zino-hofmann/graphql-flutter/commit/396c3b3f6986b6d3174e548982a93188b49ee5bc
Correct, thanks!
Closing this for now
Trying to install latest version of http throws a package dependency issue saying it requires
http ^0.13.0
And the latest version of http is 1.2.1.
https://pub.dev/packages/http/changelog
Should support moving to the latest version of http package.
To Reproduce (MUST BE PROVIDED)
Expected behavior I would like to be able to support the latest version of http package with the latest versions of graphql packages.
device / execution context Issue is building iOS, or Android, I haven't tried Web