-
Notifications
You must be signed in to change notification settings - Fork 26
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
updated environment sdk #19
Conversation
Hi, @MrBoOodY @AbdullahBasuony Thanks for the PR. Because this update will enforce the users to update as well there projects to the same Dart and this is not applicable to all projects (especially the old ones) That's why I think postpone this step would be better for the package |
The new Dart SDK users can't use this package so if someone has an old Dart SDK version he can use the old package version. also, hasura_connect has an older version of HTTP package and this will conflict with some users |
Okay let me check and see if there is a better solution for this issue |
After checking the current version of requests_inspector with the latest flutter version Everything is working fine except Hasura because it depends on an old version of http: 0.13.0 so based on this issue on Hasura I am going to wait till they update their dependency to the latest version of http But for now, you can just override the Hasura http version by adding the following the dependency_overrides:
http: ^1.1.0 and everything will work fine after that I will keep this issue open till Hasura makes its update |
They will not update it because they already left it for a while. |
Unfortunately, I already tried the fork solution but it didn't work because it's a package not a normal project |
I am closing this PR and please check the new version Very appreciated 🙏🙏 |
No description provided.